| Name | Description |
---|
  | AbsT |
Computes the absolute value of the elements of a matrix.
|
  | AbsIntoT |
Computes the absolute value of the elements of a matrix.
|
  | AcosT |
Computes the inverse cosine of the elements of a matrix.
|
  | AcoshT |
Computes the inverse hyperbolic cosine of the elements of a matrix.
|
  | AcoshIntoT |
Computes the inverse hyperbolic cosine of the elements of a matrix.
|
  | AcosIntoT |
Computes the inverse cosine of the elements of a matrix.
|
  | AddT(MatrixT, T) |
Adds a matrix and a scalar.
|
  | AddT(MatrixT, MatrixT) |
Adds two matrices.
|
  | AddT(T, MatrixT) |
Adds a matrix and a scalar.
|
  | AddT(MatrixT, VectorT, Dimension) |
Adds a matrix and a vector broadcast along the specified dimension.
|
  | AddT(VectorT, Dimension, VectorT) |
Adds two broadcast vectors to form a matrix.
|
  | AddT(MatrixT, TransposeOperation, MatrixT, TransposeOperation) |
Adds two matrices after applying the specified operation to the operands.
|
  | AddIntoT(MatrixT, T, MatrixT) |
Adds a matrix and a scalar.
|
  | AddIntoT(MatrixT, MatrixT, MatrixT) |
Adds two matrices.
|
  | AddIntoT(T, MatrixT, MatrixT) |
Adds a matrix and a scalar.
|
  | AddIntoT(MatrixT, VectorT, Dimension, MatrixT) |
Adds a matrix and a vector broadcast along the specified dimension.
|
  | AddIntoT(MatrixT, TransposeOperation, MatrixT, TransposeOperation, MatrixT) |
Adds two matrices after applying the specified operation to the operands.
|
  | AddProductT |
Adds the product of two matrices to another matrix.
|
  | AddProductIntoT |
Adds the product of two matrices to another matrix.
|
  | AddScaledT(MatrixT, T, MatrixT) |
Adds a multiple of a matrix to this instance
and returns the result.
|
  | AddScaledT(MatrixT, T, VectorT, Dimension) |
Adds a multiple of a vector broadcast along the specified dimension to a matrix
and returns the result.
|
  | AddScaledT(MatrixT, TransposeOperation, T, MatrixT, TransposeOperation) |
Adds a multiple of a matrix to another matrix
and returns the result.
|
  | AddScaledIntoT(MatrixT, T, MatrixT, MatrixT) |
Adds a multiple of a matrix to another matrix
and returns the result.
|
  | AddScaledIntoT(MatrixT, T, VectorT, Dimension, MatrixT) |
Adds a multiple of a vector broadcast along the specified dimension
to another matrix and returns the result.
|
  | AddScaledIntoT(MatrixT, TransposeOperation, T, MatrixT, TransposeOperation, MatrixT) |
Adds a multiple of a matrix to another matrix
and returns the result.
|
  | AddScaledProductT(MatrixT, T, MatrixT, MatrixT) |
Adds the scaled product of two matrices to another matrix.
|
  | AddScaledProductT(MatrixT, T, MatrixT, TransposeOperation, MatrixT, TransposeOperation) |
Adds the scaled product of two matrices to another matrix.
|
  | AddScaledProductIntoT(MatrixT, T, MatrixT, MatrixT, MatrixT) |
Adds the scaled product of two matrices to another matrix.
|
  | AddScaledProductIntoT(MatrixT, T, MatrixT, TransposeOperation, MatrixT, TransposeOperation, MatrixT) |
Adds the scaled product of two matrices to another matrix.
|
  | AlignT, U |
Aligns a matrix and a vector on their indexes along the specified dimension.
|
  | AlignColumnsT, U(MatrixT, MatrixU) |
Aligns two matrices along their column indexes using the default join type.
|
  | AlignColumnsT, U(MatrixT, MatrixU, JoinType) |
Aligns two matrices along their column indexes.
|
  | AlignRowsT, U(MatrixT, MatrixU) |
Aligns two matrices along their row indexes using the default join type.
|
  | AlignRowsT, U(MatrixT, MatrixU, JoinType) |
Aligns two matrices along their row indexes.
|
  | AsinT |
Computes the inverse sine of the elements of a matrix.
|
  | AsinhT |
Computes the inverse hyperbolic sine of the elements of a matrix.
|
  | AsinhIntoT |
Computes the inverse hyperbolic sine of the elements of a matrix.
|
  | AsinIntoT |
Computes the inverse sine of the elements of a matrix.
|
  | AtanT |
Computes the inverse tangent of the elements of a matrix.
|
  | Atan2T |
Computes the four-quadrant inverse tangent of the corresponding elements
of two matrices.
|
  | Atan2IntoT |
Computes the four-quadrant inverse tangent of the corresponding elements
of two matrices.
|
  | AtanhT |
Computes the inverse hyperbolic tangent of the elements of a matrix.
|
  | AtanhIntoT |
Computes the inverse hyperbolic tangent of the elements of a matrix.
|
  | AtanIntoT |
Computes the inverse tangent of the elements of a matrix.
|
  | CeilingT |
Computes the smallest integer greater than or equal to the elements of a matrix.
|
  | CeilingIntoT |
Computes the smallest integer greater than or equal to the elements of a matrix.
|
  | ConjugateT |
Returns the conjugate of a matrix.
|
  | ConjugateIntoT |
Conjugates the elements of a matrix.
|
  | CosT |
Computes the cosine of the elements of a matrix.
|
  | CoshT |
Computes the hyperbolic cosine of the elements of a matrix.
|
  | CoshIntoT |
Computes the hyperbolic cosine of the elements of a matrix.
|
  | CosIntoT |
Computes the cosine of the elements of a matrix.
|
  | CreateT(T, ArrayMutability) |
Constructs a new matrix from a
two-dimensional array.
|
  | CreateT(Int32, Int32) |
Constructs a new matrix with the specified
number of rows and columns
|
  | CreateT(IEnumerableT, MatrixElementOrder, ArrayMutability) |
Constructs a new matrix from a jagged array.
|
  | CreateT(Int32, Int32, MatrixElementOrder) |
Constructs a new matrix with the specified
number of rows and columns
|
  | CreateT(Int32, Int32, FuncInt32, Int32, T, ArrayMutability) |
Constructs a new matrix with the specified
number of rows and columns whose elements are all equal to the specified value.
|
  | CreateT(Int32, Int32, Array2DT, MatrixElementOrder, ArrayMutability) |
Constructs a new matrix.
|
  | CreateT(Int32, Int32, T, MatrixElementOrder, Boolean, ArrayMutability) |
Constructs a new matrix of the specified
dimensions using the specified values array.
|
  | CreateT(Int32, Int32, T, Int32, Int32, MatrixElementOrder, ArrayMutability) |
Constructs a new matrix.
|
  | CreateBandedT(Int32, Int32, Int32, Int32) |
Constructs a new general band matrix.
|
  | CreateBandedT(Int32, Int32, Int32, Int32, Boolean) |
Constructs a new general band matrix.
|
  | CreateConstantT |
Constructs a new constant matrix.
|
  | CreateDiagonalT(Int32) |
Constructs a new diagonal matrix.
|
  | CreateDiagonalT(VectorT) |
Constructs a new diagonal matrix.
|
  | CreateDiagonalT(Int32, Int32) |
Constructs a new diagonal matrix.
|
  | CreateDiagonalT(Int32, Int32, VectorT) |
Constructs a new diagonal matrix.
|
  | CreateHermitianT(Int32) |
Constructs a new Hermitian matrix
with the specified dimension.
|
  | CreateHermitianT(Int32, MatrixTriangle) |
Constructs a new Hermitian matrix
with the specified dimension.
|
  | CreateHermitianT(Int32, T, MatrixTriangle, MatrixElementOrder) |
Constructs a new Hermitian matrix of the
specified dimension using the specified values.
|
  | CreateHermitianT(Int32, Array2DT, MatrixTriangle, MatrixElementOrder, ArrayMutability) |
Constructs a new Hermitian matrix of the
specified dimension using the specified values.
|
  | CreateHermitianT(Int32, T, MatrixTriangle, MatrixElementOrder, Boolean, ArrayMutability) |
Constructs a new symmetrical matrix of the
specified dimension using the specified values.
|
  | CreateLowerBandedT(Int32, Int32, Int32) |
Constructs a lower band matrix
|
  | CreateLowerBandedT(Int32, Int32, Int32, MatrixDiagonal) |
Constructs a lower band matrix
|
  | CreateLowerTriangularT(Int32) |
Constructs a new lower triangular matrix.
|
  | CreateLowerTriangularT(Int32, Int32) |
Constructs a new lower triangular matrix.
|
  | CreateLowerTriangularT(Int32, Int32, MatrixDiagonal) |
Constructs a new lower triangular matrix.
|
  | CreateLowerTriangularT(Int32, Int32, T, MatrixElementOrder) |
Constructs a new lower triangular matrix.
|
  | CreateLowerTriangularT(Int32, Int32, Array2DT, MatrixDiagonal, MatrixElementOrder) |
Constructs a new lower triangular matrix.
|
  | CreateLowerTriangularT(Int32, Int32, T, MatrixDiagonal, MatrixElementOrder, Boolean) |
Constructs a new lower triangular matrix.
|
  | CreateRandom(Int32, Int32, ArrayMutability) |
Constructs a new matrix with uniform random numbers between 0 and 1.
|
  | CreateRandom(Int32, Int32, Random, ArrayMutability) |
Constructs a new matrix with uniform random numbers between 0 and 1.
|
  | CreateSparseT(Int32, Int32) |
Constructs a new sparse matrix.
|
  | CreateSparseT(Int32, Int32, Double) |
Constructs a new sparse matrix.
|
  | CreateSparseT(Int32, Int32, Int32) |
Constructs a new sparse matrix.
|
  | CreateSparseT(Int32, Int32, Int32, Int32, T) |
Constructs a new sparse matrix.
|
  | CreateSparseSymmetricT(Int32) |
Constructs a new symmetric sparse matrix.
|
  | CreateSparseSymmetricT(Int32, Double) |
Constructs a new symmetric sparse matrix.
|
  | CreateSparseSymmetricT(Int32, Int32) |
Constructs a new symmetric sparse matrix.
|
  | CreateSymmetricT(Int32) |
Constructs a new symmetrical matrix
with the specified dimension.
|
  | CreateSymmetricT(Int32, MatrixTriangle) |
Constructs a new symmetrical matrix
with the specified dimension.
|
  | CreateSymmetricT(Int32, T, MatrixTriangle, MatrixElementOrder) |
Constructs a new symmetrical matrix of the
specified dimension using the specified values.
|
  | CreateSymmetricT(Int32, Array2DT, MatrixTriangle, MatrixElementOrder, ArrayMutability) |
Constructs a new symmetrical matrix of the
specified dimension using the specified values.
|
  | CreateSymmetricT(Int32, T, MatrixTriangle, MatrixElementOrder, Boolean, ArrayMutability) |
Constructs a new symmetrical matrix of the
specified dimension using the specified values.
|
  | CreateSymmetricBandedT |
Constructs a symmetric band matrix.
|
  | CreateUpperBandedT(Int32, Int32, Int32) |
Constructs an upper band matrix
|
  | CreateUpperBandedT(Int32, Int32, Int32, MatrixDiagonal) |
Constructs an upper band matrix
|
  | CreateUpperTriangularT(Int32) |
Constructs a new upper triangular matrix.
|
  | CreateUpperTriangularT(Int32, Int32) |
Constructs a new upper triangular matrix.
|
  | CreateUpperTriangularT(Int32, Int32, MatrixDiagonal) |
Constructs a new upper triangular matrix.
|
  | CreateUpperTriangularT(Int32, Int32, T, MatrixElementOrder) |
Constructs a new upper triangular matrix.
|
  | CreateUpperTriangularT(Int32, Int32, Array2DT, MatrixDiagonal, MatrixElementOrder) |
Constructs a new upper triangular matrix.
|
  | CreateUpperTriangularT(Int32, Int32, T, MatrixDiagonal, MatrixElementOrder, Boolean) |
Constructs a new upper triangular matrix.
|
  | DivideT |
Divides a matrix by a scalar.
|
  | ElementwiseConjugateMultiplyT |
Multiplies the elements of a matrix by the corresponding
elements of another matrix conjugating
the left operand.
|
  | ElementwiseConjugateMultiplyIntoT |
Multiplies a matrix element-wise by another matrix conjugating
the left operand.
|
  | ElementwiseDivideT(MatrixT, MatrixT) |
Divides a matrix element-wise by another matrix.
|
  | ElementwiseDivideT(T, MatrixT) |
Divides a scalar by each element of a matrix.
|
  | ElementwiseDivideT(MatrixT, VectorT, Dimension) |
Divides the elements of a matrix by the elements of a vector broadcast
along the specified dimension.
|
  | ElementwiseDivideT(VectorT, Dimension, VectorT) |
Divides the elements of two broadcast vectors
along the specified dimension.
|
  | ElementwiseDivideIntoT(MatrixT, MatrixT, MatrixT) |
Divides a matrix element-wise by another matrix.
|
  | ElementwiseDivideIntoT(T, MatrixT, MatrixT) |
Divides a scalar by each element of a matrix.
|
  | ElementwiseDivideIntoT(MatrixT, VectorT, Dimension, MatrixT) |
Divides the elements of a matrix by the elements of a vector broadcast
along the specified dimension.
|
  | ElementwiseDivideIntoT(VectorT, Dimension, VectorT, MatrixT) |
Divides the elements of two broadcast vectors
along the specified dimension.
|
  | ElementwiseMultiplyT(MatrixT, MatrixT) |
Multiplies the elements of a matrix by the corresponding
elements of another matrix.
|
  | ElementwiseMultiplyT(MatrixT, VectorT, Dimension) |
Multiplies the elements of a matrix and a vector broadcast along the specified dimension
elementwise.
|
  | ElementwiseMultiplyT(VectorT, Dimension, VectorT) |
Multiplies the elements of two broadcast vectors.
|
  | ElementwiseMultiplyIntoT(MatrixT, MatrixT, MatrixT) |
Multiplies a matrix element-wise by another matrix.
|
  | ElementwiseMultiplyIntoT(MatrixT, VectorT, Dimension, MatrixT) |
Multiplies the elements of a matrix and a vector broadcast along the specified dimension
elementwise.
|
  | ElementwiseMultiplyIntoT(VectorT, Dimension, VectorT, MatrixT) |
Multiplies the elements of two broadcast vectors along the specified dimension
elementwise.
|
  | ElementwisePowT(MatrixT, T) |
Raises the element of a matrix to a constant power.
|
  | ElementwisePowT(MatrixT, MatrixT) |
Raises the elements of a matrix to a power
from the corresponding elements in another matrix.
|
  | ElementwisePowT(MatrixT, MatrixInt32) |
Raises the elements of a matrix to an integer power
from the corresponding elements in another matrix.
|
  | ElementwisePowT(MatrixT, Int32) |
Raises the element of a matrix to a constant power.
|
  | ElementwisePowT(MatrixT, VectorT, Dimension) |
Raises the elements of a matrix to a power
from the corresponding elements in a vector broadcast along the specified dimension.
|
  | ElementwisePowT(MatrixT, VectorInt32, Dimension) |
Raises the elements of a matrix to a power
from the corresponding elements in a vector broadcast along the specified dimension.
|
  | ElementwisePowT(VectorT, Dimension, MatrixT) |
Raises the elements of a vector broadcast along the specified dimension
to a power from the corresponding elements in a matrix
|
  | ElementwisePowT(VectorT, Dimension, MatrixInt32) |
Raises the elements of a vector broadcast along the specified dimension
to a power from the corresponding elements in a matrix
|
  | ElementwisePowT(VectorT, Dimension, VectorT) |
Raises the elements of a broadcast vector to a power
from the corresponding elements in a vector broadcast along the specified dimension.
|
  | ElementwisePowT(VectorT, Dimension, VectorInt32) |
Raises the elements of a broadcast vector to a power
from the corresponding elements in a vector broadcast along the specified dimension.
|
  | ElementwisePowIntoT(MatrixT, T, MatrixT) |
Raises the element of a matrix to a constant power.
|
  | ElementwisePowIntoT(MatrixT, MatrixT, MatrixT) |
Raises the elements of a matrix to a power
from the corresponding elements in another matrix.
|
  | ElementwisePowIntoT(MatrixT, MatrixInt32, MatrixT) |
Raises the elements of a matrix to an integer power
from the corresponding elements in another matrix.
|
  | ElementwisePowIntoT(MatrixT, Int32, MatrixT) |
Raises the element of a matrix to a constant power.
|
  | ElementwisePowIntoT(MatrixT, VectorT, Dimension, MatrixT) |
Raises the elements of a matrix to a power
from the corresponding elements in a vector broadcast along the specified dimension.
|
  | ElementwisePowIntoT(MatrixT, VectorInt32, Dimension, MatrixT) |
Raises the elements of a matrix to a power
from the corresponding elements in a vector broadcast along the specified dimension.
|
  | ElementwisePowIntoT(VectorT, Dimension, MatrixT, MatrixT) |
Raises the elements of a vector broadcast along the specified dimension
to a power from the corresponding elements in a matrix
|
  | ElementwisePowIntoT(VectorT, Dimension, MatrixInt32, MatrixT) |
Raises the elements of a vector broadcast along the specified dimension
to a power from the corresponding elements in a matrix
|
  | ElementwisePowIntoT(VectorT, Dimension, VectorT, MatrixT) |
Raises the elements of a vector broadcast along the specified dimension
to a power from the corresponding elements in another broadcast vector.
|
  | ElementwisePowIntoT(VectorT, Dimension, VectorInt32, MatrixT) |
Raises the elements of a vector broadcast along the specified dimension
to a power from the corresponding elements in another broadcast vector.
|
  | EqualToT(MatrixT, T) |
Checks if the elements of one matrix are equal to a constant.
|
  | EqualToT(MatrixT, MatrixT) |
Checks if the elements of one matrix are equal to the corresponding elements
of another matrix.
|
  | EqualToT(T, MatrixT) |
Checks if the elements of one matrix are equal to a constant.
|
  | EqualToIntoT(T, MatrixT, MatrixBoolean) |
Checks if the elements of one matrix are equal to a constant.
|
  | EqualToIntoT(MatrixT, T, MatrixBoolean) |
Checks if the elements of one matrix are equal to a constant.
|
  | EqualToIntoT(MatrixT, MatrixT, MatrixBoolean) |
Checks if the elements of one matrix are equal to the corresponding elements
of another matrix.
|
  | ExpT |
Computes the exponential of the elements of a matrix.
|
  | ExpIntoT |
Computes the exponential of the elements of a matrix.
|
  | ExtractHermitianT(DenseMatrixT, MatrixTriangle, Boolean) | |
  | ExtractHermitianT(MatrixT, Int32, Int32, Int32, MatrixTriangle) | |
  | ExtractHermitianT(DenseMatrixT, Int32, Int32, Int32, MatrixTriangle, Boolean) | |
  | ExtractLowerTriangleT(DenseMatrixT) | |
  | ExtractLowerTriangleT(HermitianMatrixT) | |
  | ExtractLowerTriangleT(SymmetricMatrixT) | |
  | ExtractLowerTriangleT(DenseMatrixT, MatrixDiagonal) | |
  | ExtractLowerTriangleT(HermitianMatrixT, MatrixDiagonal) | |
  | ExtractLowerTriangleT(SymmetricMatrixT, MatrixDiagonal) | |
  | ExtractLowerTriangleT(DenseMatrixT, Int32, Int32, MatrixDiagonal) | |
  | ExtractSymmetricT(DenseMatrixT, MatrixTriangle, Boolean) | |
  | ExtractSymmetricT(MatrixT, Int32, Int32, Int32, MatrixTriangle) | |
  | ExtractSymmetricT(DenseMatrixT, Int32, Int32, Int32, MatrixTriangle, Boolean) | |
  | ExtractUpperTriangleT(DenseMatrixT) | |
  | ExtractUpperTriangleT(HermitianMatrixT) | |
  | ExtractUpperTriangleT(SymmetricMatrixT) | |
  | ExtractUpperTriangleT(DenseMatrixT, MatrixDiagonal) | |
  | ExtractUpperTriangleT(HermitianMatrixT, MatrixDiagonal) | |
  | ExtractUpperTriangleT(SymmetricMatrixT, MatrixDiagonal) | |
  | ExtractUpperTriangleT(DenseMatrixT, Int32, Int32, MatrixDiagonal) | |
  | FloorT |
Computes the largest integer less than or equal to the elements of a matrix.
|
  | FloorIntoT |
Computes the largest integer less than or equal to the elements of a matrix.
|
  | FromColumnsT |
Constructs a new matrix from the specified vectors.
|
  | FromRowsT |
Constructs a new matrix from the specified vectors.
|
  | GreaterThanT(MatrixT, T) |
Checks if the elements of one matrix are greater than a constant.
|
  | GreaterThanT(MatrixT, MatrixT) |
Checks if the elements of one matrix are greater than the corresponding elements
of another matrix.
|
  | GreaterThanT(T, MatrixT) |
Checks if the elements of one matrix are greater than a constant.
|
  | GreaterThanIntoT(T, MatrixT, MatrixBoolean) |
Checks if the elements of one matrix are greater than a constant.
|
  | GreaterThanIntoT(MatrixT, T, MatrixBoolean) |
Checks if the elements of one matrix are greater than a constant.
|
  | GreaterThanIntoT(MatrixT, MatrixT, MatrixBoolean) |
Checks if the elements of one matrix are greater than the corresponding elements
of another matrix.
|
  | GreaterThanOrEqualToT(MatrixT, T) |
Checks if the elements of one matrix are greater than or equal to a constant.
|
  | GreaterThanOrEqualToT(MatrixT, MatrixT) |
Checks if the elements of one matrix are greater than or equal to the corresponding elements
of another matrix.
|
  | GreaterThanOrEqualToT(T, MatrixT) |
Checks if the elements of one matrix are greater than or equal to a constant.
|
  | GreaterThanOrEqualToIntoT(T, MatrixT, MatrixBoolean) |
Checks if the elements of one matrix are greater than or equal to a constant.
|
  | GreaterThanOrEqualToIntoT(MatrixT, T, MatrixBoolean) |
Checks if the elements of one matrix are greater than or equal to a constant.
|
  | GreaterThanOrEqualToIntoT(MatrixT, MatrixT, MatrixBoolean) |
Checks if the elements of one matrix are greater than or equal to
the corresponding elements of another matrix.
|
  | HypotT |
Computes the square root of the sum of the squared corresponding elements
of two matrices.
|
  | HypotIntoT |
Computes the square root of the sum of the squared corresponding elements
of two matrices.
|
  | JoinHorizontalT |
Concatenates matrices horizontally.
|
  | JoinVerticalT |
Concatenates matrices vertically.
|
  | LessThanT(MatrixT, T) |
Checks if the elements of one matrix are less than a constant.
|
  | LessThanT(MatrixT, MatrixT) |
Checks if the elements of one matrix are less than the corresponding elements
of another matrix.
|
  | LessThanT(T, MatrixT) |
Checks if the elements of one matrix are less than a constant.
|
  | LessThanIntoT(T, MatrixT, MatrixBoolean) |
Checks if the elements of one matrix are less than a constant.
|
  | LessThanIntoT(MatrixT, T, MatrixBoolean) |
Checks if the elements of one matrix are less than a constant.
|
  | LessThanIntoT(MatrixT, MatrixT, MatrixBoolean) |
Checks if the elements of one matrix are greater than the corresponding elements
of another matrix.
|
  | LessThanOrEqualToT(MatrixT, T) |
Checks if the elements of one matrix are less than or equal to a constant.
|
  | LessThanOrEqualToT(MatrixT, MatrixT) |
Checks if the elements of one matrix are less than or equal to the corresponding elements
of another matrix.
|
  | LessThanOrEqualToT(T, MatrixT) |
Checks if the elements of one matrix are less than or equal to a constant.
|
  | LessThanOrEqualToIntoT(T, MatrixT, MatrixBoolean) |
Checks if the elements of one matrix are less than or equal to a constant.
|
  | LessThanOrEqualToIntoT(MatrixT, T, MatrixBoolean) |
Checks if the elements of one matrix are less than or equal to a constant.
|
  | LessThanOrEqualToIntoT(MatrixT, MatrixT, MatrixBoolean) |
Checks if the elements of one matrix are greater than or equal to
the corresponding elements of another matrix.
|
  | LogT(MatrixT) |
Returns a matrix whose elements are the logarithms of the elements of another matrix.
|
  | LogT(MatrixT, T) |
Returns a matrix whose elements are the logarithms of the elements of another matrix.
|
  | Log10T |
Returns a matrix whose elements are the base 10 logarithms of the elements of another matrix.
|
  | Log10IntoT |
Computes the base 10 logarithm of the elements of a matrix.
|
  | LogIntoT(MatrixT, MatrixT) |
Computes the logarithm of the elements of a matrix.
|
  | LogIntoT(MatrixT, T, MatrixT) |
Computes the logarithm of the elements of a matrix.
|
  | MapT, U(FuncT, U, MatrixT) |
Applies a function to the elements of a matrix
and returns the result in a new matrix.
|
  | MapT, U, V(FuncT, U, V, MatrixT, MatrixU) |
Applies a function to the corresponding elements of two matrices
and returns the result in a new matrix.
|
  | MapT, U, V(FuncT, U, V, MatrixT, VectorU, Dimension) |
Applies a function to the corresponding elements of two matrices
and returns the result in a new matrix.
|
  | MapT, U, V(FuncT, U, V, VectorT, Dimension, MatrixU) |
Applies a function to the corresponding elements of two matrices
and returns the result in a new matrix.
|
  | MapT, U, V(FuncT, U, V, VectorT, Dimension, VectorU) |
Maps two broadcast vectors to form a matrix.
|
  | MapIntoT, U(FuncT, U, MatrixT, MatrixU) |
Applies a function to the elements of a matrix.
|
  | MapIntoT, U, V(FuncT, U, V, MatrixT, MatrixU, MatrixV) |
Applies a function to the corresponding elements of two matrices
and returns the result in a third matrix.
|
  | MapIntoT, U, V(FuncT, U, V, MatrixT, VectorU, Dimension, MatrixV) |
Applies a function to the corresponding elements of two matrices
and returns the result in a third matrix.
|
  | MapIntoT, U, V(FuncT, U, V, VectorT, Dimension, MatrixU, MatrixV) |
Applies a function to the corresponding elements of two matrices
and returns the result in a third matrix.
|
  | MapIntoT, U, V(FuncT, U, V, VectorT, Dimension, VectorU, MatrixV) |
Applies a function to the corresponding elements of two broadcast vectors
and returns the result in a third matrix.
|
  | MaxT(MatrixT, T) |
Returns a matrix whose elements are the maximum of the components of a matrix
and a real number.
|
  | MaxT(MatrixT, MatrixT) |
Returns a matrix whose elements are the maximums of the components of two vectors.
|
  | MaxT(T, MatrixT) |
Returns a matrix whose elements are the maximum of the components of a matrix
and a real number.
|
  | MaxIntoT(MatrixT, T, MatrixT) |
Returns a matrix whose elements are the maximum of the components of a matrix
and a real number.
|
  | MaxIntoT(MatrixT, MatrixT, MatrixT) |
Returns a matrix whose elements are the maximums of the components of two vectors.
|
  | MinT(MatrixT, T) |
Returns a matrix whose elements are the minimum of the components of a matrix
and a real number.
|
  | MinT(MatrixT, MatrixT) |
Returns a matrix whose elements are the minimums of the components of two vectors.
|
  | MinT(T, MatrixT) |
Returns a matrix whose elements are the minimum of the components of a matrix
and a real number.
|
  | MinIntoT(MatrixT, T, MatrixT) |
Returns a matrix whose elements are the minimum of the components of a matrix
and a real number.
|
  | MinIntoT(MatrixT, MatrixT, MatrixT) |
Returns a matrix whose elements are the minimums of the components of two vectors.
|
  | MultiplyT(MatrixT, T) |
Multiplies a matrix by a scalar.
|
  | MultiplyT(MatrixT, MatrixT) |
Multiplies two matrix objects.
|
  | MultiplyT(MatrixT, VectorT) |
Multiplies a vector by a matrix.
|
  | MultiplyT(T, MatrixT) |
Multiplies a matrix by a scalar.
|
  | MultiplyT(MatrixT, TransposeOperation, VectorT) |
Multiplies a vector by a matrix.
|
  | MultiplyT(MatrixT, TransposeOperation, MatrixT, TransposeOperation) |
Multiplies one matrix by another matrix and returns
the result.
|
  | MultiplyIntoT(LinearOperatorT, MatrixT, MatrixT) |
Multiplies a matrix and a matrix.
|
  | MultiplyIntoT(LinearOperatorT, VectorT, VectorT) |
Multiplies a matrix and a vector.
|
  | MultiplyIntoT(MatrixT, T, MatrixT) |
Multiplies a matrix by a scalar.
|
  | MultiplyIntoT(MatrixT, VectorT, VectorT) |
Multiplies a vector by a matrix.
|
  | MultiplyIntoT(T, MatrixT, MatrixT) |
Multiplies a matrix by a scalar.
|
  | MultiplyIntoT(LinearOperatorT, TransposeOperation, MatrixT, MatrixT) |
Multiplies a possibly transposed matrix and a matrix.
|
  | MultiplyIntoT(LinearOperatorT, TransposeOperation, VectorT, VectorT) |
Multiplies a possibly transposed matrix and a vector.
|
  | MultiplyIntoT(MatrixT, TransposeOperation, VectorT, VectorT) |
Multiplies a vector by a matrix.
|
  | MultiplyIntoT(MatrixT, TransposeOperation, MatrixT, TransposeOperation, MatrixT) |
Multiplies one matrix by another matrix and returns
the result.
|
  | NegateT |
Negates a matrix.
|
  | NegateIntoT |
Negates a matrix.
|
  | NotEqualToT(MatrixT, T) |
Checks if the elements of one matrix are not equal to a constant.
|
  | NotEqualToT(MatrixT, MatrixT) |
Checks if the elements of one matrix are not equal to the corresponding elements
of another matrix.
|
  | NotEqualToT(T, MatrixT) |
Checks if the elements of one matrix are not equal to a constant.
|
  | NotEqualToT(MatrixT, MatrixT, MatrixBoolean) |
Checks if the elements of one matrix are not equal to the corresponding elements
of another matrix.
|
  | NotEqualToIntoT(T, MatrixT, MatrixBoolean) |
Checks if the elements of one matrix are not equal to a constant.
|
  | NotEqualToIntoT(MatrixT, T, MatrixBoolean) |
Checks if the elements of one matrix are not equal to a constant.
|
  | ReciprocalT |
Returns a matrix whose elements are the inverses (reciprocals) of the components of another matrix.
|
  | ReciprocalIntoT |
Computes the inverses (reciprocals) of the elements of a matrix.
|
  | RoundT |
Returns a vector whose elements are the components of another vector
rounded to the nearest integer.
|
  | ScaleColumnsT |
Scales the columns of the matrix by the values specified by a vector.
|
  | ScaleColumnsIntoT |
Scales the columns of the matrix by the values specified by a vector.
|
  | ScaleRowsT |
Scales the rows of the matrix by the values specified by a vector.
|
  | ScaleRowsIntoT |
Scales the rows of the matrix by the values specified by a vector.
|
  | SinT |
Computes the sine of the elements of a matrix.
|
  | SinhT |
Computes the hyperbolic sine of the elements of a matrix.
|
  | SinhIntoT |
Computes the hyperbolic sine of the elements of a matrix.
|
  | SinIntoT |
Computes the sine of the elements of a matrix.
|
  | SqrtT |
Computes the square root of the elements of a matrix.
|
  | SqrtIntoT |
Computes the square root of the elements of a matrix.
|
  | SubtractT(MatrixT, T) |
Subtracts a scalar from a matrix.
|
  | SubtractT(MatrixT, MatrixT) |
Subtracts two matrices.
|
  | SubtractT(T, MatrixT) |
Subtracts a matrix from a scalar.
|
  | SubtractT(MatrixT, VectorT, Dimension) |
Subtracts a vector broadcast along the specified dimension from a matrix.
|
  | SubtractT(VectorT, Dimension, MatrixT) |
Subtracts a matrix from a vector broadcast along the specified dimension.
|
  | SubtractT(VectorT, Dimension, VectorT) |
Subtracts one broadcast vector from another to form a matrix.
|
  | SubtractIntoT(MatrixT, T, MatrixT) |
Subtracts two matrices.
|
  | SubtractIntoT(MatrixT, MatrixT, MatrixT) |
Subtracts one matrix from another.
|
  | SubtractIntoT(T, MatrixT, MatrixT) |
Subtracts a matrix from a scalar.
|
  | SubtractIntoT(MatrixT, VectorT, Dimension, MatrixT) |
Subtracts a vector broadcast along the specified dimension from a matrix.
|
  | SubtractProductT |
Subtracts the product of two matrices from another matrix.
|
  | SubtractProductIntoT |
Subtracts the product of two matrices from another matrix.
|
  | TanT |
Computes the tangent of the elements of a matrix.
|
  | TanhT |
Computes the hyperbolic tangent of the elements of a matrix.
|
  | TanhIntoT |
Computes the hyperbolic tangent of the elements of a matrix.
|
  | TanIntoT |
Computes the tangent of the elements of a matrix.
|
  | UnscaleColumnsT |
Unscales the columns of the matrix by the reciprocal of the values specified by a vector.
|
  | UnscaleColumnsIntoT |
Unscales the columns of the matrix by the reciprocal of the values specified by a vector.
|
  | UnscaleRowsT |
Unscales the rows of the matrix by the reciprocal of the values specified by a vector.
|
  | UnscaleRowsIntoT |
Unscales the rows of the matrix by the reciprocal of the values specified by a vector.
|