Java org.apache.commons.math.linear SingularValueDecompositionImpl fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.math.linear SingularValueDecompositionImpl fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.math.linear SingularValueDecompositionImpl.

The text is from its open source code.

Constructor

SingularValueDecompositionImpl(final RealMatrix matrix)
Calculates the compact Singular Value Decomposition of the given matrix.

Method

intgetRank()
RealMatrixgetV()