Uses of Class
com.imsl.math.PrintMatrixFormat
Packages that use PrintMatrixFormat
Package
Description
Mathematical functions and algorithms.
Math examples.
-
Uses of PrintMatrixFormat in com.imsl.math
Methods in com.imsl.math with parameters of type PrintMatrixFormatModifier and TypeMethodDescriptionvoidPrintMatrix.print(PrintMatrixFormat pmf, Object array) Prints a matrix with specified format.voidPrintMatrix.printHTML(PrintMatrixFormat pmf, Object array, int nRows, int nColumns) Prints an nRows by nColumns matrix with specified format for HTML output. -
Uses of PrintMatrixFormat in com.imsl.test.example.math
Subclasses of PrintMatrixFormat in com.imsl.test.example.math