class DSP::LAlgebra::QRDecomposition

Defined in:

dsp/lalgebra/qr_decomposition.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(matrix : LA::GMat, threshold : Float64 = 0.0) #

[View source]

Instance Method Detail

def get_h : LA::GMat #

[View source]
def get_q : LA::GMat #

[View source]
def get_qt : LA::GMat #

[View source]
def get_r : LA::GMat #

[View source]
def get_solver : DSP::LAlgebra::Solver #

[View source]