public interface SolveNullSpace<T extends Matrix>
Modifier and Type | Method and Description |
---|---|
boolean |
inputModified()
Returns true if the input matrix is modified
|
boolean |
process(T input,
int numberOfSingular,
T nullspace)
Finds the nullspace inside of input
|
boolean process(T input, int numberOfSingular, T nullspace)
input
- (Input) input matrix. Maybe modifiednumberOfSingular
- Number of singular values in the inputnullspace
- (Output) storage for null spaceboolean inputModified()