Matrix operations#
These APDL Math commands can be used to create, manipulate, and solve matrices.
Note
See the PyAnsys Math overview for a more pythonic way of interacting with APDLMath.
|
Performs the matrix operation |
|
Compresses the columns of 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 |
|
Deletes a matrix or a solver object and frees its memory allocation. |
|
Initializes a vector or dense 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 |
|
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 or a vector. |
|
Creates a sparse matrix. |
|
Prints the matrix values to a file. |
|
Specifies "Sort settings" as the subsequent status topic. |
|
Creates a vector. |
|
Sets the active workspace number. |