Example usage for org.apache.commons.math.linear SingularValueDecomposition interface-usage

List of usage examples for org.apache.commons.math.linear SingularValueDecomposition interface-usage

Introduction

In this page you can find the example usage for org.apache.commons.math.linear SingularValueDecomposition interface-usage.

Usage

From source file jml.matlab.utils.SingularValueDecompositionImpl.java

/**
 * Calculates the compact Singular Value Decomposition of a matrix.
 * <p>
 * The Singular Value Decomposition of matrix A is a set of three matrices: U,
 * &Sigma; and V such that A = U &times; &Sigma; &times; V<sup>T</sup>. Let A be
 * a m &times; n matrix, then U is a m &times; p orthogonal matrix, &Sigma; is a