org.ejml.alg.dense.linsol.chol
Class LinearSolverChol_B64
- java.lang.Object
-
- org.ejml.alg.dense.linsol.LinearSolver_B64_to_D64
-
- org.ejml.alg.dense.linsol.chol.LinearSolverChol_B64
-
- All Implemented Interfaces:
- LinearSolver<DenseMatrix64F>
public class LinearSolverChol_B64 extends LinearSolver_B64_to_D64
A wrapper aroundCholeskyDecomposition(BlockMatrix64F) that allows it to be easily used withDenseMatrix64F.
-
-
Constructor Summary
Constructors Constructor and Description LinearSolverChol_B64()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description voidsolve(DenseMatrix64F B, DenseMatrix64F X)Only converts the B matrix and passes that onto solve.-
Methods inherited from class org.ejml.alg.dense.linsol.LinearSolver_B64_to_D64
getDecomposition, invert, modifiesA, modifiesB, quality, setA
-
-
-
-
Method Detail
-
solve
public void solve(DenseMatrix64F B, DenseMatrix64F X)
Only converts the B matrix and passes that onto solve. Te result is then copied into the input 'X' matrix.- Specified by:
solvein interfaceLinearSolver<DenseMatrix64F>- Overrides:
solvein classLinearSolver_B64_to_D64- Parameters:
B- A matrix ℜ m × p. Not modified.X- A matrix ℜ n × p, where the solution is written to. Modified.
-
-
DMelt 3.0 © DataMelt by jWork.ORG