Skip to content
Snippets Groups Projects
Forked from empyre / empyre
Source project has a limited visibility.
  • Jan Caron's avatar
    ebd9398e
    Jacobi-matrix calculation via new Kernel helper class! · ebd9398e
    Jan Caron authored
    phasemapper: added Kernel helper class with methods to calculate the jacobi
    matrix or to multiply a vector with the (transposed) jacobi matrix without
    explicitly calculating the full matrix
    magcreator: added Shape.ellipsoid
    numcore: added (experimental) speed-up for jacobi-matrix (not faster)
    scripts: modified get_jacobi to test the new Kernel class,
    tests: test_compliance now also searches and creates a list of TODOs
    ebd9398e
    History
    Jacobi-matrix calculation via new Kernel helper class!
    Jan Caron authored
    phasemapper: added Kernel helper class with methods to calculate the jacobi
    matrix or to multiply a vector with the (transposed) jacobi matrix without
    explicitly calculating the full matrix
    magcreator: added Shape.ellipsoid
    numcore: added (experimental) speed-up for jacobi-matrix (not faster)
    scripts: modified get_jacobi to test the new Kernel class,
    tests: test_compliance now also searches and creates a list of TODOs