org.ejml.alg.dense.linsol.qr
Class LinearSolverQrBlock64
java.lang.Object
org.ejml.alg.dense.linsol.WrapLinearSolverBlock64
org.ejml.alg.dense.linsol.qr.LinearSolverQrBlock64
- All Implemented Interfaces:
- LinearSolver<DenseMatrix64F>
public class LinearSolverQrBlock64
- extends WrapLinearSolverBlock64
Wrapper around BlockQrHouseHolderSolver that allows it to process
DenseMatrix64F.
- Author:
- Peter Abeles
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LinearSolverQrBlock64
public LinearSolverQrBlock64()
Copyright © 2012. All Rights Reserved.