Search Results for

    Show / Hide Table of Contents

    Class DenseVector

    Inheritance
    Object
    DenseVector
    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 DenseVector

    Constructors

    DenseVector(Int32)

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

    Properties

    Buffer

    Declaration
    public double[] Buffer { get; }
    Property Value
    Type Description
    Double[]

    Item[Int32]

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

    Length

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

    Size

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

    Methods

    Dot(DenseVector)

    Declaration
    public double Dot(DenseVector v2)
    Parameters
    Type Name Description
    DenseVector v2
    Returns
    Type Description
    Double

    Dot(Double[])

    Declaration
    public double Dot(double[] v2)
    Parameters
    Type Name Description
    Double[] v2
    Returns
    Type Description
    Double

    Set(Int32, Double)

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