Package | Description |
---|---|
com.imsl.math |
Mathematical functions and algorithms.
|
com.imsl.test.example.math |
Math examples.
|
Modifier and Type | Method and Description |
---|---|
void |
PrintMatrix.print(PrintMatrixFormat pmf,
Object array)
Prints a matrix with specified format.
|
void |
PrintMatrix.printHTML(PrintMatrixFormat pmf,
Object array,
int nRows,
int nColumns)
Prints an nRows by nColumns matrix with specified format for HTML output.
|
Modifier and Type | Class and Description |
---|---|
class |
PrintMatrixFormatEx2
Prints a matrix in CSV format.
|
Copyright © 2020 Rogue Wave Software. All rights reserved.