Eigenvector

scalation.mathstat.Eigenvector
class Eigenvector(a: MatrixD, _e: VectorD)

The Eigenvector class is used to find the eigenvectors of an n-by-n matrix a by solving equations of the form (a - eI)v = 0 where e is the eigenvalue and v is the eigenvector. Place the eigenvectors in a matrix column-wise.

Value parameters

_e

the vector of eigenvalues of matrix a

a

the matrix whose eigenvectors are sought

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def getV: MatrixD

Get the eigenvector v matrix.

Get the eigenvector v matrix.

Attributes