Package org.ejml.dense.row.linsol.svd

  • Class Summary 
    Class Description
    SolveNullSpaceSvd_DDRM  
    SolvePseudoInverseSvd_DDRM
    The pseudo-inverse is typically used to solve over determined system for which there is no unique solution.
    x=inv(ATA)ATb
    where A ∈ ℜ m × n and m ≥ n.