Package com.singularsys.extensions.matrix.functions


package com.singularsys.extensions.matrix.functions

PostfixMathCommands for functions and operators which work on matrices. Most methods simply use the corresponding method of a MatrixField.

Since:
Jep 3.5 / Extensions 2.0
  • Classes
    Class
    Description
    Adds two elements using a MatrixField.
    Compare two elements using a MatrixField.
    Calculates the cross-product of two 3D vectors using a matrix field.
    Calculate the determinant of a matrix using a MatrixField.
    Divides two objects using a MatrixField.
    Calculates the dot-product of two vectors using a MatrixField.
    Gets and sets the elements of a matrix or vector using a MatrixFactory.
    Generates identity matrices. id(2) will generate a 2 by 2 identity. id(3,2) will generate a 3 by 2 matrix with 1's down the principal diagonal.
    A versions of the If function which implements the MatrixFunctionI interface.
    Calculate the inverse of a square matrix using a MatrixField.
    PostfixMathCommand which takes a number of objects on the stack and creates either a matrix or a vector.
    Calculates the modulus of two elements using a MatrixField.
    Multiplies two objects using a MatrixField.
    Negates an object using a MatrixField.
    Raise one element to a power using a MatrixField.
    Returns the size of a Scalar, Vector or Matrix.
    Solved the equation A * X = B Default implementation is to use Gauss-Jordan
    Subject two objects using a MatrixField.
    A versions of the Switch function which implements the MatrixFunctionI interface.
    Calculate the trace of a matrix using a MatrixField.
    Calculate the transpose of a matrix using a MatrixField.
    Construct a matrix of zeros using a matrix field.
    Construct a matrix of zeros using a matrix field.