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

C

CholeskyDecomposition - class org.jmatrices.dbl.decomposition.CholeskyDecomposition.
CholeskyDecomposition It is a special case of LU decomposition applicable only if matrix to be decomposed is symmetric positive definite.
CholeskyDecomposition(Matrix) - Constructor for class org.jmatrices.dbl.decomposition.CholeskyDecomposition
Cholesky algorithm for symmetric and positive definite matrix.
ColumnTransformation - interface org.jmatrices.dbl.rowcoltr.ColumnTransformation.
ColumnTransformation this is an open thought of trying to make column operations eleganter and perhaps faster Check out the "see also" section Author: purangp Date: 07.03.2004 Time: 20:48:58
ColumnTransformer - class org.jmatrices.dbl.rowcoltr.ColumnTransformer.
ColumnTransformer captures the operations that can be carried out on columns of a matrix Given a matrix of dimension mxn M -yields-> R ,where R is a row vector of dimension 1xn.
chol(Matrix) - Static method in class org.jmatrices.dbl.client.MatlabSyntax
 
cols() - Method in interface org.jmatrices.dbl.Matrix
Gets the number of columns in the matrix

counts from 1

cols() - Method in interface org.jmatrices.dbl.MatrixVector
 
cols() - Method in class org.jmatrices.dbl.MatrixVectorImpl
 
cond(Matrix) - Static method in class org.jmatrices.dbl.client.MatlabSyntax
 
cond() - Method in class org.jmatrices.dbl.decomposition.SingularValueDecomposition
Two norm condition number
create(String) - Static method in class org.jmatrices.dbl.client.MatlabSyntax
Creation
cumprod(Matrix) - Static method in class org.jmatrices.dbl.client.MatlabSyntax
 
cumsum(Matrix) - Static method in class org.jmatrices.dbl.client.MatlabSyntax
 
cumulativeColumnProduct(Matrix) - Static method in class org.jmatrices.dbl.transformer.MatrixTransformer
x = 1 -3 2 2 3 -1 y = cumulativeColumnProduct(x); 1 -3 2 -6 6 6
cumulativeColumnSum(Matrix) - Static method in class org.jmatrices.dbl.transformer.MatrixTransformer
x = 1 -3 2 2 3 -1 y = cumulativeColumnSum(x); 1 -3 3 -1 6 -2

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