Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
alta
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
5
Issues
5
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
alta
alta
Commits
b65685e2
Commit
b65685e2
authored
Nov 14, 2013
by
Laurent Belcour
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adding a documentation ot data2moments
parent
113fcfe2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
1 deletion
+17
-1
documents/mainpage.dox
documents/mainpage.dox
+1
-1
sources/softs/data2moments/main.cpp
sources/softs/data2moments/main.cpp
+16
-0
No files found.
documents/mainpage.dox
View file @
b65685e2
...
...
@@ -54,7 +54,7 @@ go to the sources directory and launch this command line (for Linux users only):
./build/data2brdf --input ../data/1d/Kirby2/Kirby2.dat --output Kirby.brdf --fitter ./build/librational_fitter_eigen.so
\endverbatim
Tada
! You have produced your first fit. The produced output is a 1D rational
Tada! You have produced your first fit. The produced output is a 1D rational
function, using a monomial basis, interpolating the
<a href="http://www.itl.nist.gov/div898/strd/nls/data/kirby2.shtml">Kirby 2</a>
dataset.
...
...
sources/softs/data2moments/main.cpp
View file @
b65685e2
/*! \package data2moment
* \ingroup commands
* \brief
* This command computes the moments of a \ref data object.
* \details
* <h3>Parameters</h3>
* <ul>
* <li><b>\-\-input <i>filename</i></b> data file to be loaded uwing the data
* plugin specified by the <b>\-\-data <i>filename</i></b> option.
* </li>
* <li><b>\-\-data <i>filename</i></b> specify the data plugin used to load
* the data file. \note It is required to provide a data plugin that performs
* interpolation of the data.
* </li>
* </ul>
*/
#include <core/args.h>
#include <core/data.h>
#include <core/params.h>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment