Matrix |
[Missing <summary> documentation for "T:Altaxo.Calc.LinearAlgebra.MatrixExtensions"]
public static class MatrixExtensions
The MatrixExtensions type exposes the following members.
| Name | Description | |
|---|---|---|
| Imaginary(MatrixComplex32) | Gets a real matrix representing the imaginary parts of a complex matrix. | |
| Imaginary(MatrixComplex) | Gets a real matrix representing the imaginary parts of a complex matrix. | |
| Real(MatrixComplex32) | Gets a real matrix representing the real parts of a complex matrix. | |
| Real(MatrixComplex) | Gets a real matrix representing the real parts of a complex matrix. | |
| ToComplex(MatrixComplex32) | Converts a matrix to double precision complex numbers. | |
| ToComplex(MatrixDouble) | Gets a double precision complex matrix with the real parts from the given matrix. | |
| ToComplex32(MatrixComplex) | Converts a matrix to single precision complex numbers. | |
| ToComplex32(MatrixSingle) | Gets a single precision complex matrix with the real parts from the given matrix. | |
| ToDouble | Converts a matrix to double precision. | |
| ToSingle | Converts a matrix to single precision. |