ch.javasoft.smx.ops
Class Neg
java.lang.Object
ch.javasoft.smx.ops.Neg
public class Neg
- extends Object
The Neg TODO type javadoc for Neg
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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)