org.ujmp.core.io
Class ExportMatrixTEX

java.lang.Object
  extended by org.ujmp.core.io.ExportMatrixTEX

public class ExportMatrixTEX
extends Object


Constructor Summary
ExportMatrixTEX()
           
 
Method Summary
static void toFile(File file, Matrix m, Object... parameters)
           
static void toStream(OutputStream out, Matrix m, Object... parameters)
           
static void toWriter(Writer w, Matrix m, Object... parameters)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExportMatrixTEX

public ExportMatrixTEX()
Method Detail

toFile

public static final void toFile(File file,
                                Matrix m,
                                Object... parameters)
                         throws IOException
Throws:
IOException

toStream

public static final void toStream(OutputStream out,
                                  Matrix m,
                                  Object... parameters)
                           throws IOException
Throws:
IOException

toWriter

public static void toWriter(Writer w,
                            Matrix m,
                            Object... parameters)
                     throws IOException,
                            MatrixException
Throws:
IOException
MatrixException


Copyright © 2010. All Rights Reserved.