Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Cern.colt.matrix Classes and Interfaces - 62 results found.
NameDescriptionTypePackageFramework
AbstractFormatterAbstract base class for flexible, well human readable matrix print formatting.Classcern.colt.matrix.implColt
AbstractMatrixAbstract base class for arbitrary-dimensional matrices holding objects or primitive data types such as int, float, etc.Classcern.colt.matrix.implColt
AbstractMatrix1DAbstract base class for 1-d matrices (aka vectors) holding objects or primitive data types such as int, double, etc.Classcern.colt.matrix.implColt
AbstractMatrix2DAbstract base class for 2-d matrices holding objects or primitive data types such as int, double, etc.Classcern.colt.matrix.implColt
AbstractMatrix3DAbstract base class for 3-d matrices holding objects or primitive data types such as int, double, etc.Classcern.colt.matrix.implColt
AlgebraLinear algebraic matrix operations operating on DoubleMatrix2D; concentrates most functionality of this package.Classcern.colt.matrix.linalgColt
BenchmarkMatrixConfigurable matrix benchmark.Classcern.colt.matrix.benchColt
CholeskyDecompositionFor a symmetric, positive definite matrix A, the Cholesky decompositionis a lower triangular matrix L so that A = L*L';Classcern.colt.matrix.linalgColt
DenseDoubleMatrix1DDense 1-d matrix (aka vector) holding double elements.Classcern.colt.matrix.implColt
DenseDoubleMatrix2DDense 2-d matrix holding double elements.Classcern.colt.matrix.implColt
DenseDoubleMatrix3DDense 3-d matrix holding double elements.Classcern.colt.matrix.implColt
DenseObjectMatrix1DDense 1-d matrix (aka vector) holding Object elements.Classcern.colt.matrix.implColt
DenseObjectMatrix2DDense 2-d matrix holding Object elements.Classcern.colt.matrix.implColt
DenseObjectMatrix3DDense 3-d matrix holding Object elements.Classcern.colt.matrix.implColt
DoubleFactory1DFactory for convenient construction of 1-d matrices holding double cells.Classcern.colt.matrixColt
DoubleFactory2DFactory for convenient construction of 2-d matrices holding double cells.Classcern.colt.matrixColt
DoubleFactory3DFactory for convenient construction of 3-d matrices holding double cells.Classcern.colt.matrixColt
DoubleMatrix1DAbstract base class for 1-d matrices (aka vectors) holding double elements.Classcern.colt.matrixColt
DoubleMatrix1DComparatorA comparison function which imposes a total ordering on some collection of elements.Interfacecern.colt.matrix.doublealgoColt
DoubleMatrix1DProcedureInterface that represents a condition or procedure object: takes a single argument and returns a boolean value.Interfacecern.colt.matrixColt
DoubleMatrix2DAbstract base class for 2-d matrices holding double elements.Classcern.colt.matrixColt
DoubleMatrix2DComparatorA comparison function which imposes a total ordering on some collection of elements.Interfacecern.colt.matrix.doublealgoColt
DoubleMatrix2DProcedureInterface that represents a condition or procedure object: takes a single argument and returns a boolean value.Interfacecern.colt.matrixColt
DoubleMatrix3DAbstract base class for 3-d matrices holding double elements.Classcern.colt.matrixColt
DoubleMatrix3DProcedureInterface that represents a condition or procedure object: takes a single argument and returns a boolean value.Interfacecern.colt.matrixColt
EigenvalueDecompositionEigenvalues and eigenvectors of a real matrix A.Classcern.colt.matrix.linalgColt
FormatterFlexible, well human readable matrix print formatting; By default decimal point aligned.Classcern.colt.matrix.doublealgoColt
FormatterFlexible, well human readable matrix print formatting.Classcern.colt.matrix.objectalgoColt
FormerFormats a double into a string (like sprintf in C).Interfacecern.colt.matrix.implColt
FormerFactoryFactory producing implementations of Former via method create(); Implementations of can use existing libraries such as corejava.Classcern.colt.matrix.implColt
LUDecompositionFor an m x n matrix A with m >= n, the LU decomposition is an m x nunit lower triangular matrix L, an n x n upper triangular matrix U,Classcern.colt.matrix.linalgColt
LUDecompositionQuickA low level version of LUDecomposition, avoiding unnecessary memory allocation and copying.Classcern.colt.matrix.linalgColt
Matrix2DMatrix2DFunctionInterface that represents a function object: a function that takes two arguments and returns a single value.Interfacecern.colt.matrix.linalgColt
ObjectFactory1DFactory for convenient construction of 1-d matrices holding Object cells.Classcern.colt.matrixColt
ObjectFactory2DFactory for convenient construction of 2-d matrices holding Object cells.Classcern.colt.matrixColt
ObjectFactory3DFactory for convenient construction of 3-d matrices holding Object cells.Classcern.colt.matrixColt
ObjectMatrix1DAbstract base class for 1-d matrices (aka vectors) holding Object elements.Classcern.colt.matrixColt
ObjectMatrix1DComparatorA comparison function which imposes a total ordering on some collection of elements.Interfacecern.colt.matrix.objectalgoColt
ObjectMatrix1DProcedureInterface that represents a condition or procedure object: takes a single argument and returns a boolean value.Interfacecern.colt.matrixColt
ObjectMatrix2DAbstract base class for 2-d matrices holding Object elements.Classcern.colt.matrixColt
ObjectMatrix2DComparatorA comparison function which imposes a total ordering on some collection of elements.Interfacecern.colt.matrix.objectalgoColt
ObjectMatrix2DProcedureInterface that represents a condition or procedure object: takes a single argument and returns a boolean value.Interfacecern.colt.matrixColt
ObjectMatrix3DAbstract base class for 3-d matrices holding Object elements.Classcern.colt.matrixColt
ObjectMatrix3DProcedureInterface that represents a condition or procedure object: takes a single argument and returns a boolean value.Interfacecern.colt.matrixColt
PartitioningGiven some interval boundaries, partitions matrices such that cell values falling into an interval are placed next to each other.Classcern.colt.matrix.doublealgoColt
PartitioningGiven some interval boundaries, partitions matrices such that cell values falling into an interval are placed next to each other.Classcern.colt.matrix.objectalgoColt
PropertyTests matrices for linear algebraic properties (equality, tridiagonality, symmetry, singularity, etc).Classcern.colt.matrix.linalgColt
QRDecompositionFor an m x n matrix A with m >= n, the QR decomposition is an m x northogonal matrix Q and an n x n upper triangular matrix R so thatClasscern.colt.matrix.linalgColt
RCDoubleMatrix2DSparse row-compressed 2-d matrix holding double elements.Classcern.colt.matrix.implColt
SingularValueDecompositionFor an m x n matrix A with m >= n, the singular value decomposition isan m x n orthogonal matrix U, an n x n diagonal matrix S, andClasscern.colt.matrix.linalgColt
SortingMatrix quicksorts and mergesorts.Classcern.colt.matrix.doublealgoColt
SortingMatrix quicksorts and mergesorts.Classcern.colt.matrix.objectalgoColt
SparseDoubleMatrix1DSparse hashed 1-d matrix (aka vector) holding double elements.Classcern.colt.matrix.implColt
SparseDoubleMatrix2DSparse hashed 2-d matrix holding double elements.Classcern.colt.matrix.implColt
SparseDoubleMatrix3DSparse hashed 3-d matrix holding double elements.Classcern.colt.matrix.implColt
SparseObjectMatrix1DSparse hashed 1-d matrix (aka vector) holding Object elements.Classcern.colt.matrix.implColt
SparseObjectMatrix2DSparse hashed 2-d matrix holding Object elements.Classcern.colt.matrix.implColt
SparseObjectMatrix3DSparse hashed 3-d matrix holding Object elements.Classcern.colt.matrix.implColt
StatisticBasic statistics operations on matrices.Classcern.colt.matrix.doublealgoColt
Statistic .VectorVectorFunction two argument vectors and returns a single value.Interfacecern.colt.matrix.doublealgoColt
StencilStencil operations.Classcern.colt.matrix.doublealgoColt
TransformDeprecated; Basic element-by-element transformations on DoubleMatrix1D and DoubleMatrix2D.Classcern.colt.matrix.doublealgoColt