Method | Description | |
---|---|---|
ReadMatrix ( |
Read a matrix from a TextReader object
|
|
ReadMatrix ( |
Read a matrix from a TextReader object
|
|
ReadMatrix ( |
Read a matrix of integers from a TextReader object
|
|
WriteMatrix ( |
Write a matrix of doubles to a StreamWriter object
|
|
WriteMatrix ( |
Write a matrix of floats to a StreamWriter object
|
|
WriteMatrix ( |
Write a matrix of integers to a StreamWriter object
|
|
WriteSparseMatrix ( |
Write a sparse matrix of doubles to a StreamWriter object
|
|
WriteSparseMatrix ( |
Write a sparse matrix of floats to a StreamWriter object
|
|
WriteSparseMatrix ( |
Write a sparse matrix of integers to a StreamWriter object
|
public static ReadMatrix ( |
||
reader | the |
|
example_matrix | IMatrix |
matrix of the type of matrix to create |
return | IMatrix |
public static ReadMatrix ( |
||
reader | the |
|
example_matrix | IMatrix |
matrix of the type of matrix to create |
return | IMatrix |
public static ReadMatrix ( |
||
reader | the |
|
example_matrix | IMatrix |
matrix of the type of matrix to create |
return | IMatrix |
public static WriteMatrix ( |
||
writer | a |
|
matrix | IMatrix |
the matrix of doubles to write out |
return | void |
public static WriteMatrix ( |
||
writer | a |
|
matrix | IMatrix |
the matrix of floats to write out |
return | void |
public static WriteMatrix ( |
||
writer | a |
|
matrix | IMatrix |
the matrix of doubles to write out |
return | void |
public static WriteSparseMatrix ( |
||
writer | a |
|
matrix | SparseMatrix |
the matrix of doubles to write out |
return | void |
public static WriteSparseMatrix ( |
||
writer | a |
|
matrix | SparseMatrix |
the matrix of floats to write out |
return | void |
public static WriteSparseMatrix ( |
||
writer | a |
|
matrix | SparseMatrix |
the matrix of doubles to write out |
return | void |