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
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondouble[]getSvd()booleanReturns true if the input matrix is modifiedbooleanprocess(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:SolveNullSpaceFinds the nullspace inside of input- Specified by:
processin 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:SolveNullSpaceReturns true if the input matrix is modified- Specified by:
inputModifiedin interfaceSolveNullSpace<DMatrixRMaj>
-
getSvd
-
getSingularValues
public double[] getSingularValues()
-