ALSBase Type

Constructors

Constructor Description

ALSBase(original)

Full Usage: ALSBase(original)

Parameters:

original : ALSBase

ALSBase()

Full Usage: ALSBase()

Instance members

Instance member Description

this.EqualityContract

Full Usage: this.EqualityContract

Returns: Type
Modifiers: abstract

Returns: Type

this.Equals

Full Usage: this.Equals

Parameters:
    obj : obj

Returns: bool
Modifiers: abstract

obj : obj
Returns: bool

this.Equals

Full Usage: this.Equals

Parameters:
Returns: bool
Modifiers: abstract

other : ALSBase
Returns: bool

this.FillBandMatrixOrder1

Full Usage: this.FillBandMatrixOrder1

Parameters:
    m : IMatrix<float>
    weights : float[]
    lambda : float
    countM1 : int

m : IMatrix<float>
weights : float[]
lambda : float
countM1 : int

this.FillBandMatrixOrder2

Full Usage: this.FillBandMatrixOrder2

Parameters:
    m : IMatrix<float>
    weights : float[]
    lambda : float
    countM1 : int

m : IMatrix<float>
weights : float[]
lambda : float
countM1 : int

this.GetHashCode

Full Usage: this.GetHashCode

Returns: int
Modifiers: abstract

Returns: int

this.ToString

Full Usage: this.ToString

Returns: string
Modifiers: abstract

Returns: string

this.UpdateBandMatrixDiagonalOrder1

Full Usage: this.UpdateBandMatrixDiagonalOrder1

Parameters:
    m : IMatrix<float>
    weights : float[]
    lambda : float
    countM1 : int

m : IMatrix<float>
weights : float[]
lambda : float
countM1 : int

this.UpdateBandMatrixDiagonalOrder2

Full Usage: this.UpdateBandMatrixDiagonalOrder2

Parameters:
    m : IMatrix<float>
    weights : float[]
    lambda : float
    countM1 : int

m : IMatrix<float>
weights : float[]
lambda : float
countM1 : int

this.``$``

Full Usage: this.``$``

Returns: ALSBase
Modifiers: abstract

Returns: ALSBase

Static members

Static member Description

left <> right

Full Usage: left <> right

Parameters:
Returns: bool

left : ALSBase
right : ALSBase
Returns: bool

left = right

Full Usage: left = right

Parameters:
Returns: bool

left : ALSBase
right : ALSBase
Returns: bool