Search Results for

    Show / Hide Table of Contents

    Class DiagonalMatrix

    Inheritance
    Object
    DiagonalMatrix
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: g3
    Assembly: cs.temp.dll.dll
    Syntax
    public class DiagonalMatrix

    Constructors

    DiagonalMatrix(Int32)

    Declaration
    public DiagonalMatrix(int N)
    Parameters
    Type Name Description
    Int32 N

    Fields

    D

    Declaration
    public double[] D
    Field Value
    Type Description
    Double[]

    Properties

    Columns

    Declaration
    public int Columns { get; }
    Property Value
    Type Description
    Int32

    Item[Int32, Int32]

    Declaration
    public double this[int r, int c] { get; set; }
    Parameters
    Type Name Description
    Int32 r
    Int32 c
    Property Value
    Type Description
    Double

    Rows

    Declaration
    public int Rows { get; }
    Property Value
    Type Description
    Int32

    Size

    Declaration
    public Index2i Size { get; }
    Property Value
    Type Description
    Index2i

    Methods

    Clear()

    Declaration
    public void Clear()

    Multiply(Double[], Double[])

    Declaration
    public void Multiply(double[] X, double[] Result)
    Parameters
    Type Name Description
    Double[] X
    Double[] Result

    Set(Int32, Int32, Double)

    Declaration
    public void Set(int r, int c, double value)
    Parameters
    Type Name Description
    Int32 r
    Int32 c
    Double value
    In This Article
    Back to top ViRGIS VR GIS