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`.
|
||||
*/
|
||||
typedef unspecified_type matrix;
|
||||
typedef unspecified_type Matrix;
|
||||
|
||||
/// @}
|
||||
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
namespace CGAL {
|
||||
|
||||
/*!
|
||||
\ingroup PkgSurfaceParameterizationAlgebra
|
||||
\ingroup PkgSolver
|
||||
|
||||
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.
|
||||
|
|
@ -2,7 +2,7 @@
|
|||
namespace CGAL {
|
||||
|
||||
/*!
|
||||
\ingroup PkgSurfaceParameterizationAlgebra
|
||||
\ingroup PkgSolver
|
||||
|
||||
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.
|
||||
|
|
@ -2,7 +2,7 @@
|
|||
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 version 3.1 (or greater) of \ref thirdpartyEigen "Eigen" must be available on the system.
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
|
||||
/*!
|
||||
\ingroup PkgSurfaceModelingConcepts
|
||||
\ingroup PkgSolverConcepts
|
||||
\cgalConcept
|
||||
|
||||
@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
|
||||
|
||||
The concept `SparseLinearAlgebraTraits_d` is used to solve sparse linear systems <I>A\f$ \times \f$ X = B</I>.
|
||||
|
|
@ -30,8 +30,9 @@
|
|||
\cgalClassifedRefPages
|
||||
|
||||
## Concepts ##
|
||||
- `HalfedgeGraph`
|
||||
|
||||
- `SparseLinearAlgebraTraits_d`
|
||||
- `SparseLinearAlgebraTraitsWithFactor_d`
|
||||
|
||||
|
||||
## %CGAL Classes Adapted for the Graph API ##
|
||||
|
|
|
|||
|
|
@ -31,7 +31,6 @@
|
|||
- `BorderParameterizer_3`
|
||||
- `ParameterizationMesh_3`
|
||||
- `ParameterizationPatchableMesh_3`
|
||||
- `SparseLinearAlgebraTraits_d`
|
||||
- `PolyhedronTraitsWithKernel_3`
|
||||
|
||||
## Surface Parameterization Methods ##
|
||||
|
|
|
|||
|
|
@ -6,3 +6,4 @@ Circulator
|
|||
Stream_support
|
||||
Polyhedron
|
||||
Kernel_d
|
||||
Solver_interface
|
||||
|
|
|
|||
|
|
@ -31,7 +31,6 @@ under positional constraints of some of its vertices, without requiring any addi
|
|||
## Concepts ##
|
||||
- `DeformationClosestRotationTraits_3`
|
||||
- `RawPoint_3`
|
||||
- `SparseLinearAlgebraTraitsWithFactor_d`
|
||||
- `SurfaceModelingWeights`
|
||||
|
||||
## Algebraic Traits ##
|
||||
|
|
|
|||
|
|
@ -7,3 +7,5 @@ Stream_support
|
|||
Polyhedron
|
||||
BGL
|
||||
Surface_mesh_parameterization
|
||||
Solver_interface
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue