Class RealMatrix
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
RealMatrix
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.MathUtility
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class RealMatrix : GenericMatrix<double, RealMatrix>, IEquatable<APIBase>
Methods
GetColumnAt(Int32)
Declaration
public ReadOnlyCollection<double> GetColumnAt(int index)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | index |
Returns
| Type | Description |
|---|---|
| System.Collections.ObjectModel.ReadOnlyCollection<System.Double> |
GetRowAt(Int32)
Declaration
public ReadOnlyCollection<double> GetRowAt(int index)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | index |
Returns
| Type | Description |
|---|---|
| System.Collections.ObjectModel.ReadOnlyCollection<System.Double> |
Implements
System.IEquatable<T>