pseudoinverse: Invert first K eigendirections of the matrix.

Description Usage Arguments Value

Description

Invert first K eigendirections of the matrix. If K is not specified the functions takes direction with eigencalues grater than given treshold th. If th is also not specified then all direction are inverted (equivalent to solve)

Usage

1
pseudoinverse(M, K = NULL, th = NULL)

Arguments

M

matrix to solve

K

number of directions to invert

th

fixed treshold for eigenvalues

Value

Pseudoinverse matrix


freqdom documentation built on May 2, 2019, 5:55 p.m.