mirror of https://github.com/CGAL/cgal
move files
This commit is contained in:
parent
3344ff0909
commit
83f1d1b29a
|
|
@ -39,7 +39,7 @@ public:
|
||||||
/*!
|
/*!
|
||||||
The matrix type, model of the concept `SvdTraits::Matrix`.
|
The matrix type, model of the concept `SvdTraits::Matrix`.
|
||||||
*/
|
*/
|
||||||
typedef unspecified_type matrix;
|
typedef unspecified_type Matrix;
|
||||||
|
|
||||||
/// @}
|
/// @}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
namespace CGAL {
|
namespace CGAL {
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
\ingroup PkgSurfaceParameterizationAlgebra
|
\ingroup PkgSolver
|
||||||
|
|
||||||
The class `Eigen_sparse_matrix` is a C++ wrapper around \ref thirdpartyEigen "Eigen" matrix type `Eigen::SparseMatrix`
|
The class `Eigen_sparse_matrix` is a C++ wrapper around \ref thirdpartyEigen "Eigen" matrix type `Eigen::SparseMatrix`
|
||||||
that represents general matrices, be they symmetric or not.
|
that represents general matrices, be they symmetric or not.
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
namespace CGAL {
|
namespace CGAL {
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
\ingroup PkgSurfaceParameterizationAlgebra
|
\ingroup PkgSolver
|
||||||
|
|
||||||
The class `Eigen_solver_traits` provides an interface to the sparse solvers of \ref thirdpartyEigen "Eigen".
|
The class `Eigen_solver_traits` provides an interface to the sparse solvers of \ref thirdpartyEigen "Eigen".
|
||||||
The version 3.1 (or greater) of \ref thirdpartyEigen "Eigen" must be available on the system.
|
The version 3.1 (or greater) of \ref thirdpartyEigen "Eigen" must be available on the system.
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
namespace CGAL {
|
namespace CGAL {
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
\ingroup PkgSurfaceParameterizationAlgebra
|
\ingroup PkgSolver
|
||||||
|
|
||||||
The class `Eigen_vector` is a C++ wrapper around \ref thirdpartyEigen "Eigen" vector, which is a simple array of numbers.
|
The class `Eigen_vector` is a C++ wrapper around \ref thirdpartyEigen "Eigen" vector, which is a simple array of numbers.
|
||||||
The version 3.1 (or greater) of \ref thirdpartyEigen "Eigen" must be available on the system.
|
The version 3.1 (or greater) of \ref thirdpartyEigen "Eigen" must be available on the system.
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
\ingroup PkgSurfaceModelingConcepts
|
\ingroup PkgSolverConcepts
|
||||||
\cgalConcept
|
\cgalConcept
|
||||||
|
|
||||||
@brief Concept describing the set of requirements for a direct sparse linear system solver with factorization.
|
@brief Concept describing the set of requirements for a direct sparse linear system solver with factorization.
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
\ingroup PkgSurfaceParameterizationConcepts
|
\ingroup PkgSolverConcepts
|
||||||
\cgalConcept
|
\cgalConcept
|
||||||
|
|
||||||
The concept `SparseLinearAlgebraTraits_d` is used to solve sparse linear systems <I>A\f$ \times \f$ X = B</I>.
|
The concept `SparseLinearAlgebraTraits_d` is used to solve sparse linear systems <I>A\f$ \times \f$ X = B</I>.
|
||||||
|
|
@ -30,8 +30,9 @@
|
||||||
\cgalClassifedRefPages
|
\cgalClassifedRefPages
|
||||||
|
|
||||||
## Concepts ##
|
## Concepts ##
|
||||||
- `HalfedgeGraph`
|
|
||||||
|
|
||||||
|
- `SparseLinearAlgebraTraits_d`
|
||||||
|
- `SparseLinearAlgebraTraitsWithFactor_d`
|
||||||
|
|
||||||
|
|
||||||
## %CGAL Classes Adapted for the Graph API ##
|
## %CGAL Classes Adapted for the Graph API ##
|
||||||
|
|
|
||||||
|
|
@ -31,7 +31,6 @@
|
||||||
- `BorderParameterizer_3`
|
- `BorderParameterizer_3`
|
||||||
- `ParameterizationMesh_3`
|
- `ParameterizationMesh_3`
|
||||||
- `ParameterizationPatchableMesh_3`
|
- `ParameterizationPatchableMesh_3`
|
||||||
- `SparseLinearAlgebraTraits_d`
|
|
||||||
- `PolyhedronTraitsWithKernel_3`
|
- `PolyhedronTraitsWithKernel_3`
|
||||||
|
|
||||||
## Surface Parameterization Methods ##
|
## Surface Parameterization Methods ##
|
||||||
|
|
|
||||||
|
|
@ -6,3 +6,4 @@ Circulator
|
||||||
Stream_support
|
Stream_support
|
||||||
Polyhedron
|
Polyhedron
|
||||||
Kernel_d
|
Kernel_d
|
||||||
|
Solver_interface
|
||||||
|
|
|
||||||
|
|
@ -31,7 +31,6 @@ under positional constraints of some of its vertices, without requiring any addi
|
||||||
## Concepts ##
|
## Concepts ##
|
||||||
- `DeformationClosestRotationTraits_3`
|
- `DeformationClosestRotationTraits_3`
|
||||||
- `RawPoint_3`
|
- `RawPoint_3`
|
||||||
- `SparseLinearAlgebraTraitsWithFactor_d`
|
|
||||||
- `SurfaceModelingWeights`
|
- `SurfaceModelingWeights`
|
||||||
|
|
||||||
## Algebraic Traits ##
|
## Algebraic Traits ##
|
||||||
|
|
|
||||||
|
|
@ -7,3 +7,5 @@ Stream_support
|
||||||
Polyhedron
|
Polyhedron
|
||||||
BGL
|
BGL
|
||||||
Surface_mesh_parameterization
|
Surface_mesh_parameterization
|
||||||
|
Solver_interface
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue