Package org.ejml.data

Class FEigenpair


  • public class FEigenpair
    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.
    • Constructor Summary

      Constructors 
      Constructor Description
      FEigenpair​(float value, FMatrixRMaj vector)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • value

        public float value
    • Constructor Detail

      • FEigenpair

        public FEigenpair​(float value,
                          FMatrixRMaj vector)