Uses of Class
marf.math.Matrix.Direction

Packages that use Matrix.Direction
marf.math   
 

Uses of Matrix.Direction in marf.math
 

Methods in marf.math with parameters of type Matrix.Direction
static Matrix Matrix.extend(double[] padMatrixToExtend, int piMatrixToExtendRows, int piMatrixToExtendCols, double[] padExtensionMatrix, int piExtensionMatrixRows, int piExtensionMatrixCols, Matrix.Direction poDirection)
          Refactors matrix array extension to operate on raw arrays.
 boolean ComplexMatrix.extend(Matrix poExtensionMatrix, Matrix.Direction poDirection)
           
 boolean Matrix.extend(Matrix poExtensionMatrix, Matrix.Direction poDirection)
          Extends this matrix by another (by gluing two matrices together) given the extension direction.
 

Constructors in marf.math with parameters of type Matrix.Direction
Matrix.Direction(Matrix.Direction poDirection)
          Copy Constructor.
 



SourceForge Logo