HomeSort by relevance Sort by last modified time
    Searched refs:CreateJacobian (Results 1 - 14 of 14) sorted by null

  /external/ceres-solver/internal/ceres/
block_jacobian_writer.h 63 SparseMatrix* CreateJacobian() const;
dynamic_compressed_row_jacobian_writer.h 64 SparseMatrix* CreateJacobian() const;
compressed_row_jacobian_writer.h 95 SparseMatrix* CreateJacobian() const;
dense_jacobian_writer.h 63 SparseMatrix* CreateJacobian() const {
dynamic_compressed_row_jacobian_writer.cc 47 SparseMatrix* DynamicCompressedRowJacobianWriter::CreateJacobian() const {
evaluator.h 118 virtual SparseMatrix* CreateJacobian() const = 0;
program_evaluator.h 61 // // Evaluator::CreateJacobian.
62 // SparseMatrix* CreateJacobian() const;
130 SparseMatrix* CreateJacobian() const {
131 return jacobian_writer_.CreateJacobian();
evaluator_test.cc 155 scoped_ptr<SparseMatrix> jacobian(evaluator->CreateJacobian());
531 scoped_ptr<SparseMatrix> jacobian(evaluator->CreateJacobian());
606 scoped_ptr<SparseMatrix> jacobian(evaluator->CreateJacobian());
block_jacobian_writer.cc 149 SparseMatrix* BlockJacobianWriter::CreateJacobian() const {
trust_region_minimizer_test.cc 77 virtual SparseMatrix* CreateJacobian() const {
227 scoped_ptr<SparseMatrix> jacobian(powell_evaluator.CreateJacobian());
compressed_row_jacobian_writer.cc 81 SparseMatrix* CompressedRowJacobianWriter::CreateJacobian() const {
coordinate_descent_minimizer.cc 217 scoped_ptr<SparseMatrix> jacobian(evaluator->CreateJacobian());
problem_impl.cc 719 down_cast<CompressedRowSparseMatrix*>(evaluator->CreateJacobian()));
    [all...]
solver_impl.cc 101 scoped_ptr<SparseMatrix> jacobian(evaluator->CreateJacobian());
    [all...]

Completed in 300 milliseconds