|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DoubleMatrixBuilder | |
---|---|
sbrt.kernel.math.algebra | Provides classes and interfaces for creating objects relevant to algebra. |
Uses of DoubleMatrixBuilder in sbrt.kernel.math.algebra |
---|
Subinterfaces of DoubleMatrixBuilder in sbrt.kernel.math.algebra | |
---|---|
interface |
SmdMatrix<R,C>
This interface is used to represent sparse mutable matrices containing strictly double precision numbers as elements. |
Classes in sbrt.kernel.math.algebra that implement DoubleMatrixBuilder | |
---|---|
class |
AbstractMdMatrix<R,C>
This abstract class is a skeleton implementation of DoubleMatrixBuilder. |
class |
AbstractSmdMatrix<R,C>
This abstract class is a skeleton implementation of SmdMatrix. |
class |
HashMatrix<R,C>
This class is a java.util.LinkedHashMap based implementation of SmdMatrix. |
class |
RowOrTreeMatrix<R extends Comparable<? super R>,C extends Comparable<? super C>>
This class is a java.util.TreeMap based implementation of SmdMatrix. |
class |
TreeMatrix<R extends Comparable<? super R>,C extends Comparable<? super C>>
This class is a java.util.TreeMap based implementation of SmdMatrix. |
Methods in sbrt.kernel.math.algebra with parameters of type DoubleMatrixBuilder | ||
---|---|---|
|
MatrixMultiplier.multiply(SparseDoubleMatrix<R,C> matrixA,
SparseDoubleMatrix<C,T> matrixB,
DoubleMatrixBuilder<R,T> product)
Fills product with matrixA * matrixB . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |