Changes

Summary

  1. [LinearAlgebra] Use class template argument deduction with MatrixExpr (#4351) (details)
  2. [LinearAlgebra] constexpr if statement when possible (#4352) (details)
  3. [GUI] Fix compilation using QDocBrowser (#4354) (details)
Commit 6ed9f8fe0b0016c6cee4e6691fe48fc2b391dd26 by noreply
[LinearAlgebra] Use class template argument deduction with MatrixExpr (#4351)

The file was modifiedSofa/framework/LinearAlgebra/src/sofa/linearalgebra/CompressedRowSparseMatrixMechanical.h (diff)
The file was modifiedSofa/framework/LinearAlgebra/src/sofa/linearalgebra/MatrixExpr.h (diff)
The file was modifiedSofa/framework/LinearAlgebra/src/sofa/linearalgebra/SparseMatrix.h (diff)
The file was modifiedSofa/framework/LinearAlgebra/src/sofa/linearalgebra/DiagonalMatrix.h (diff)
Commit 8774d298d49c66b9755fe309418117ff93bf8d34 by noreply
[LinearAlgebra] constexpr if statement when possible (#4352)

* [LinearAlgebra] constexpr if statement when possible

* Use structured binding
The file was modifiedSofa/framework/LinearAlgebra/src/sofa/linearalgebra/BaseMatrix.cpp (diff)
Commit f8653f125546445c5b1710f459711cd1acd938ab by noreply
[GUI] Fix compilation using QDocBrowser (#4354)

FIX qt target handling subdirectory was overriding the variable used to store qt target dependency
The file was modifiedSofa/GUI/Qt/libQGLViewer/QGLViewer/CMakeLists.txt (diff)
The file was modifiedSofa/GUI/Qt/CMakeLists.txt (diff)