enum

LA::Enums::LSMethod

Inherits Enum / Comparable / Value / Object

Constants

Auto = 0
QR = 1
Orthogonal = 2
SVD = 3
LS = 1
LSY = 2
LSD = 3

Instance methods

auto?

Returns true if this enum value equals Auto

Source
ls?

Returns true if this enum value equals LS

Source
lsd?

Returns true if this enum value equals LSD

Source
lsy?

Returns true if this enum value equals LSY

Source
orthogonal?

Returns true if this enum value equals Orthogonal

Source
qr?

Returns true if this enum value equals QR

Source
svd?

Returns true if this enum value equals SVD

Source