Skip to content
Snippets Groups Projects
Select Git revision
  • 0aaa12447e6c3b9c4f89468d34234faed5fd2c39
  • master default protected
2 results

pseudo_inverse

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Mactavish Zhan authored
    cfcbfed4
    History
    Code owners
    Assign users and groups as approvers for specific file changes. Learn more.

    Pseudo-inverse matrix examples

    About

    These examples show how to use algorithms to compute the pseudo-inverse matrices. The algorithms implemented are the Moore-Penrose and the QR-based methods.

    How to run

    Type make all to program your board.

    Note 1

    The data type of the matrices can be set in the matrix.h file. The user can choose between the float or the double data types.

    Note 2

    Set the same data type in the the matrix.h and vector.h files to avoid a data type conflict in the application.