enum

LA::Enums::RankMethod

Inherits Enum / Comparable / Value / Object

Constants

SVD = 0
QRP = 1

Instance methods

qrp?

Returns true if this enum value equals QRP

Source
svd?

Returns true if this enum value equals SVD

Source