MatrixOperations#
- class ansys.mapdl.core._commands.apdl.matrix_operations.MatrixOperations#
|
Performs the matrix operation M2= v2M1 + w2M2. |
|
Compresses a matrix using a specified algorithm. |
|
Creates a dense matrix. |
|
Computes the dot (or inner) product of two vectors. |
|
Performs a modal solution with unsymmetric or damping matrices. |
|
Exports a matrix to a file in the specified format. |
|
Computes the fast Fourier transformation of a specified matrix or vector. |
|
Deletes a matrix or a solver object and frees its memory allocation. |
|
Performs a Hadamard vector product (C = A∘B). |
|
Initializes a vector or matrix. |
|
Performs a solution using an iterative solver. |
|
Performs the solve (forward/backward substitution) of a factorized linear system. |
|
Dumps a linear solver engine to a binary File. |
|
Creates a linear solver engine. |
|
Performs the numerical factorization of a linear solver system. |
|
Restores a linear solver engine from a binary file. |
|
Merges two dense matrices or vectors into one. |
|
Performs the matrix multiplication M3 = M1 (T1) *M2 (T2). |
|
Computes the norm of the specified matrix or vector. |
|
Suppresses rows or columns of a dense matrix or a vector. |
|
Scales a vector or matrix by a constant. |
|
Creates a sparse matrix. |
|
Retrieves properties of an existing APDL Math object. |
|
Prints the matrix values to a file. |
|
Renames an existing vector or matrix. |
|
Sorts the values of the specified vector. |
|
Creates a vector. |
|
Sets the active workspace number. |