Returns the conjugate of the transpose of a given matrix. The matrix
returned is a new view of the same data as the given matrix.
Namespace:
CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 5.1.0.0
Syntax
| C# |
|---|
public static DoubleComplexMatrix ConjTranspose( DoubleComplexMatrix A ) |
| Visual Basic (Declaration) |
|---|
Public Shared Function ConjTranspose ( _ A As DoubleComplexMatrix _ ) As DoubleComplexMatrix |
| Visual C++ |
|---|
public: static DoubleComplexMatrix^ ConjTranspose( DoubleComplexMatrix^ A ) |
Parameters
- A
- Type: CenterSpace.NMath.Core..::.DoubleComplexMatrix
A matrix.