Uses of Interface
ubic.basecode.dataStructure.matrix.Matrix3D
-
Packages that use Matrix3D Package Description ubic.basecode.dataStructure.matrix ubic.basecode.io.writer -
-
Uses of Matrix3D in ubic.basecode.dataStructure.matrix
Classes in ubic.basecode.dataStructure.matrix that implement Matrix3D Modifier and Type Class Description class
AbstractMatrix3D<R,C,S,V>
TODO Document Meclass
DenseDouble3dMatrix<R,C,S>
class
DenseObject3DMatrix<R,C,S>
class
DoubleMatrix3D<R,C,S>
TODO Document Me -
Uses of Matrix3D in ubic.basecode.io.writer
Methods in ubic.basecode.io.writer with parameters of type Matrix3D Modifier and Type Method Description <S,V>
voidMatrixWriter. writeMatrix(Matrix3D<R,C,S,V> matrix, boolean printNames)
Writes a 3d matrix, collapsing the rows and columns
-