mirror of
https://github.com/ceres-solver/ceres-solver.git
synced 2026-08-30 00:50:37 +08:00
Suppport for MSVC DLLs.
Change-Id: Ibbcc4ba4e59f5bbf1cb91fe81c7d3b9042d03493
This commit is contained in:
@@ -117,9 +117,9 @@ typedef internal::ResidualBlock* ResidualBlockId;
|
||||
// problem.AddResidualBlock(new MyBinaryCostFunction(...), x2, x3);
|
||||
//
|
||||
// Please see cost_function.h for details of the CostFunction object.
|
||||
class Problem {
|
||||
class CERES_EXPORT Problem {
|
||||
public:
|
||||
struct Options {
|
||||
struct CERES_EXPORT Options {
|
||||
Options()
|
||||
: cost_function_ownership(TAKE_OWNERSHIP),
|
||||
loss_function_ownership(TAKE_OWNERSHIP),
|
||||
|
||||
Reference in New Issue
Block a user