Package org.ejml.dense.row.linsol.svd
Class SolveNullSpaceSvd_DDRM
java.lang.Object
org.ejml.dense.row.linsol.svd.SolveNullSpaceSvd_DDRM
- All Implemented Interfaces:
SolveNullSpace<DMatrixRMaj>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiondouble[]
getSvd()
boolean
Returns true if the input matrix is modifiedboolean
process
(DMatrixRMaj input, int numberOfSingular, DMatrixRMaj nullspace) Finds the nullspace inside of input
-
Constructor Details
-
SolveNullSpaceSvd_DDRM
public SolveNullSpaceSvd_DDRM()
-
-
Method Details
-
process
Description copied from interface:SolveNullSpace
Finds the nullspace inside of input- Specified by:
process
in interfaceSolveNullSpace<DMatrixRMaj>
- Parameters:
input
- (Input) input matrix. Maybe modifiednumberOfSingular
- Number of singular values in the inputnullspace
- (Output) storage for null space- Returns:
- true if successful or false if it failed
-
inputModified
public boolean inputModified()Description copied from interface:SolveNullSpace
Returns true if the input matrix is modified- Specified by:
inputModified
in interfaceSolveNullSpace<DMatrixRMaj>
-
getSvd
-
getSingularValues
public double[] getSingularValues()
-