A B C D E G H I K L M N O P Q R S T U V Z

S

SingularValueDecomposition - class org.jmatrices.dbl.decomposition.SingularValueDecomposition.
SingularValueDecomposition For an m-by-n matrix A with m >= n, the singular value decomposition is an m-by-n orthogonal matrix U, an n-by-n diagonal matrix S, and an n-by-n orthogonal matrix V so that A = U*S*V'.
SingularValueDecomposition(Matrix) - Constructor for class org.jmatrices.dbl.decomposition.SingularValueDecomposition
Construct the singular value decomposition
secondaryDiagonal(Matrix) - Static method in class org.jmatrices.dbl.transformer.MatrixTransformer
//secondary diagonal - the diagonal of a square matrix running from the lower left entry to the upper right entry to implement it use .... 1. first element is 0 and col 2. second element is (0+1)or1 and col-1 3. third element is (1+1)or2 and col-2 4. and so on till rows() and 0 is reached ..
set(int, int, double) - Method in interface org.jmatrices.dbl.Matrix
Sets an element at the given position to a new value
set(int, int, double) - Method in interface org.jmatrices.dbl.MatrixVector
 
set(int, int, double) - Method in class org.jmatrices.dbl.MatrixVectorImpl
 
set(int, double) - Method in interface org.jmatrices.dbl.Vector
 
sign(int) - Static method in class org.jmatrices.dbl.decomposition.Util
Signum function returns 1 if the a is greater than zero, 0 if it equals zero and -1 if it is less than zero.
sign(double) - Static method in class org.jmatrices.dbl.decomposition.Util
 
solve(Matrix, Matrix) - Static method in class org.jmatrices.dbl.client.MatlabSyntax
 
solve(Matrix) - Method in class org.jmatrices.dbl.decomposition.CholeskyDecomposition
Solve A*X = B
solve(Matrix) - Method in class org.jmatrices.dbl.decomposition.LUDecomposition
Solve A*X = B
solve(Matrix) - Method in class org.jmatrices.dbl.decomposition.QRDecomposition
Least squares solution of A*X = B
solve(Matrix, Matrix) - Static method in class org.jmatrices.dbl.operator.MatrixOperator
Solves the system of equations.
subtract(Matrix, Matrix) - Static method in class org.jmatrices.dbl.client.MatlabSyntax
 
subtract(Matrix, double) - Static method in class org.jmatrices.dbl.client.MatlabSyntax
 
subtract(double, Matrix) - Static method in class org.jmatrices.dbl.client.MatlabSyntax
 
subtract(Matrix, Matrix) - Static method in class org.jmatrices.dbl.operator.MatrixOperator
Matrix Subtraction

Matrices must be of the same dimensions!

sum(Matrix) - Static method in class org.jmatrices.dbl.rowcoltr.ColumnTransformer
Sums up all the columns and returns them as a row vector
sum(Matrix) - Static method in class org.jmatrices.dbl.rowcoltr.RowTransformer
Sums up all the rows and returns them as a column vector
sumCol(Matrix) - Static method in class org.jmatrices.dbl.client.MatlabSyntax
 
sumElem(Matrix) - Static method in class org.jmatrices.dbl.client.MatlabSyntax
 
svd(Matrix) - Static method in class org.jmatrices.dbl.client.MatlabSyntax
 
swapColumn(int, int) - Static method in class org.jmatrices.dbl.transformer.MatrixPermute
 
swapRow(int, int) - Static method in class org.jmatrices.dbl.transformer.MatrixPermute
 

A B C D E G H I K L M N O P Q R S T U V Z