![]() |
Stan Math Library
2.20.0
reverse mode automatic differentiation
|
#include <stan/math/opencl/matrix_cl.hpp>
#include <stan/math/opencl/constants.hpp>
#include <stan/math/opencl/kernels/diag_inv.hpp>
#include <stan/math/opencl/kernels/inv_lower_tri_multiply.hpp>
#include <stan/math/opencl/kernels/neg_rect_lower_tri_multiply.hpp>
#include <stan/math/opencl/err/check_opencl.hpp>
#include <stan/math/opencl/transpose.hpp>
#include <stan/math/opencl/identity.hpp>
#include <stan/math/opencl/err/check_square.hpp>
#include <stan/math/opencl/sub_block.hpp>
#include <stan/math/opencl/zeros.hpp>
#include <string>
#include <vector>
Go to the source code of this file.
Namespaces | |
stan | |
stan::math | |
Matrices and templated mathematical functions. | |
Functions | |
template<TriangularViewCL triangular_view> | |
matrix_cl | stan::math::tri_inverse (const matrix_cl &A) |
Computes the inverse of a triangular matrix. More... | |