public class DoubleMatrixFactory extends Object
Constructor and Description |
---|
DoubleMatrixFactory() |
Modifier and Type | Method and Description |
---|---|
static CompressedSparseDoubleMatrix<String,String> |
compressedsparse(int rows,
int cols) |
static DenseDoubleMatrix<String,String> |
dense(double[][] T) |
static DenseDoubleMatrix<String,String> |
dense(DoubleMatrix<String,String> T)
Creates a matrix in which the underlying data is a copy; the row and column labels are not copied.
|
static DenseDoubleMatrix<String,String> |
dense(int rows,
int cols) |
static FastRowAccessDoubleMatrix<String,String> |
fastrow(double[][] T) |
static FastRowAccessDoubleMatrix<String,String> |
fastrow(int rows,
int cols) |
static SparseDoubleMatrix<String,String> |
sparse(double[][] T) |
static SparseDoubleMatrix<String,String> |
sparse(int rows,
int cols) |
public static CompressedSparseDoubleMatrix<String,String> compressedsparse(int rows, int cols)
public static DenseDoubleMatrix<String,String> dense(double[][] T)
public static DenseDoubleMatrix<String,String> dense(DoubleMatrix<String,String> T)
T
- public static DenseDoubleMatrix<String,String> dense(int rows, int cols)
public static FastRowAccessDoubleMatrix<String,String> fastrow(double[][] T)
public static FastRowAccessDoubleMatrix<String,String> fastrow(int rows, int cols)
public static SparseDoubleMatrix<String,String> sparse(double[][] T)
public static SparseDoubleMatrix<String,String> sparse(int rows, int cols)
Copyright © 2003–2022 UBC Michael Smith Laboratories. All rights reserved.