Divide a scalar by a matrix.
Namespace:
CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 5.1.0.0
Syntax
| C# |
|---|
public static DoubleComplexMatrix operator /( DoubleComplex s, DoubleComplexMatrix A ) |
| Visual Basic (Declaration) |
|---|
Public Shared Operator / ( _ s As DoubleComplex, _ A As DoubleComplexMatrix _ ) As DoubleComplexMatrix |
| Visual C++ |
|---|
public: static DoubleComplexMatrix^ operator /( DoubleComplex s, DoubleComplexMatrix^ A ) |
Parameters
- s
- Type: CenterSpace.NMath.Core..::.DoubleComplex
A scalar.
- A
- Type: CenterSpace.NMath.Core..::.DoubleComplexMatrix
A matrix.