Package org.ejml.data

Class DEigenpair

java.lang.Object
org.ejml.data.DEigenpair

public class DEigenpair
extends java.lang.Object
An eigenpair is a set composed of an eigenvalue and an eigenvector. In this library since only real matrices are supported, all eigenpairs are real valued.
  • Field Summary

    Fields 
    Modifier and Type Field Description
    double value  
    DMatrixRMaj vector  
  • Constructor Summary

    Constructors 
    Constructor Description
    DEigenpair​(double value, DMatrixRMaj vector)  
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait