math icon indicating copy to clipboard operation
math copied to clipboard

[WIP] Laplace Approximation

Open SteveBronder opened this issue 4 years ago • 2 comments

Summary

This is a very WIP PR, mostly for @charlesm93 and I to debug some things

Tests

Side Effects

Release notes

Checklist

  • [ ] Math issue #(issue number)

  • [x] Copyright holder: Charles Margossian and Steve Bronder

    The copyright holder is typically you or your assignee, such as a university or company. By submitting this pull request, the copyright holder is agreeing to the license the submitted work under the following licenses: - Code: BSD 3-clause (https://opensource.org/licenses/BSD-3-Clause) - Documentation: CC-BY 4.0 (https://creativecommons.org/licenses/by/4.0/)

  • [ ] the basic tests are passing

    • unit tests pass (to run, use: ./runTests.py test/unit)
    • header checks pass, (make test-headers)
    • dependencies checks pass, (make test-math-dependencies)
    • docs build, (make doxygen)
    • code passes the built in C++ standards checks (make cpplint)
  • [ ] the code is written in idiomatic C++ and changes are documented in the doxygen

  • [ ] the new changes are tested

SteveBronder avatar Oct 01 '21 17:10 SteveBronder

Also should we be using the BlockSparseMatrix type from Eigen?

https://eigen.tuxfamily.org/dox/unsupported/classEigen_1_1BlockSparseMatrix.html

SteveBronder avatar Oct 01 '21 19:10 SteveBronder

Changed status to draft; looks like a bunch of work left to do here.

syclik avatar May 19 '23 14:05 syclik