ch.javasoft.smx.ops
Class Neg

java.lang.Object
  extended by ch.javasoft.smx.ops.Neg

public class Neg
extends Object

The Neg TODO type javadoc for Neg


Method Summary
static DoubleMatrix negate(ReadableDoubleMatrix src)
           
static void negate(ReadableDoubleMatrix src, WritableDoubleMatrix dst)
           
static IntMatrix negate(ReadableIntMatrix src)
           
static void negate(ReadableIntMatrix src, WritableIntMatrix dst)
           
static IntRationalMatrix negate(ReadableIntRationalMatrix src)
           
static void negate(ReadableIntRationalMatrix src, WritableIntRationalMatrix dst)
           
static LongMatrix negate(ReadableLongMatrix src)
           
static void negate(ReadableLongMatrix src, WritableLongMatrix dst)
           
static
<N extends Number>
ReadableMatrix<N>
negateGeneric(ReadableMatrix<N> src)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

negate

public static IntMatrix negate(ReadableIntMatrix src)

negate

public static void negate(ReadableIntMatrix src,
                          WritableIntMatrix dst)

negate

public static LongMatrix negate(ReadableLongMatrix src)

negate

public static void negate(ReadableLongMatrix src,
                          WritableLongMatrix dst)

negate

public static IntRationalMatrix negate(ReadableIntRationalMatrix src)

negate

public static void negate(ReadableIntRationalMatrix src,
                          WritableIntRationalMatrix dst)

negate

public static DoubleMatrix negate(ReadableDoubleMatrix src)

negate

public static void negate(ReadableDoubleMatrix src,
                          WritableDoubleMatrix dst)

negateGeneric

public static <N extends Number> ReadableMatrix<N> negateGeneric(ReadableMatrix<N> src)