All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class org.netlib.util.LAprint

java.lang.Object
   |
   +----org.netlib.util.LAprint

public class LAprint
extends Object

Constructor Index

 o LAprint()

Method Index

 o matrixPrint(String, double[], int)
 o matrixPrint(String, double[][])
 o scalarPrint(String, double)
 o vectorPrint(String, double[])

Constructors

 o LAprint
 public LAprint()

Methods

 o scalarPrint
 public static void scalarPrint(String methodname,
                                double val)
 o vectorPrint
 public static void vectorPrint(String methodname,
                                double vector[])
 o matrixPrint
 public static void matrixPrint(String methodname,
                                double matrix[],
                                int LD)
 o matrixPrint
 public static void matrixPrint(String methodname,
                                double matrix[][])

All Packages  Class Hierarchy  This Package  Previous  Next  Index