Uses of Class
org.ujmp.core.doublematrix.impl.BlockDenseDoubleMatrix2D

Packages that use BlockDenseDoubleMatrix2D
org.ujmp.core.doublematrix.impl   
 

Uses of BlockDenseDoubleMatrix2D in org.ujmp.core.doublematrix.impl
 

Methods in org.ujmp.core.doublematrix.impl that return BlockDenseDoubleMatrix2D
 BlockDenseDoubleMatrix2D BlockDenseDoubleMatrix2D.clone()
           
 

Constructors in org.ujmp.core.doublematrix.impl with parameters of type BlockDenseDoubleMatrix2D
BlockDenseDoubleMatrix2D(BlockDenseDoubleMatrix2D m)
          Constructor which takes an existing BlockMatrix to copy data and structure from.
BlockMultiply(BlockDenseDoubleMatrix2D a, BlockDenseDoubleMatrix2D b, BlockDenseDoubleMatrix2D c, int fromM, int toM, int fromN, int toN, int fromK, int toK)
          Constructor taking the two matrices being multiplied, the target matrix C and the range of rows and columns to multiply.
 



Copyright © 2010. All Rights Reserved.