![]() |
Previous | Next |
\newcommand{\T}{{\rm T}}
\newcommand{\R}{{\bf R}}
One web page per Section | All as one web page | |
Math in Latex
| ckbs.htm | _printable.htm |
Math in MathML
| ckbs.xml | _priintable.xml |
http://www.seanet.com/~bradbell/packages.htm
http://www.coin-or.org/download/source/CoinBazaar
Theses releases are named
ckbs-0.yyyymmdd.r.ext
where
yyyy
is the year,
mm
is the month,
dd
is the day,
r
is the release number,
and
ext
is tgz
or zip
.
If
ext
is tgz
the command
tar -xvzf ckbs-0.yyyymmdd.r.tgz
will create the
ckbs-0.yyyymmdd.r
directory.
If
ext
is zip
the command
unzip ckbs-0.yyyymmdd.r.zip
will create the
ckbs-0.yyyymmdd.r
directory.
web="https://projects.coin-or.org/svn/CoinBazaar/projects/ckbs"
svn checkout $web/releases/0.yyyymmdd.r ckbs-0.yyyymmdd.r
This will create the
ckbs-0.yyyymmdd.r
directory.
web="https://projects.coin-or.org/svn/CoinBazaar/projects/ckbs"
svn checkout $web/trunk ckbs-0.20100325.0
This will create the ckbs-0.20100325.0
directory.
ckbs-0.yyyymmdd.r/example
and run the program all_ok.m
.
It will print the test results for all the components of ckbs
.
You can run some more tests by changing into the directory
ckbs-0.yyyymmdd.r/test
and running the program all_ok.m
which will have a similar output.
ckbs-0.yyyymmdd.r/doc/ckbs.xml
If you download the latest version (the trunk),
a copy of the documentation for this version can
be built by executing the commands
cd ckbs-0.20100325.0
./build_doc.sh
You can then view the documentation in your browser by opening the file
ckbs-0.20100325.0/doc/ckbs.xml
_contents | Table of Contents |
license | Your License to use the ckbs Software |
ckbs_nonlinear | The Nonlinear Constrained Kalman-Bucy Smoother |
ckbs_affine | Constrained Affine Kalman Bucy Smoother |
utility | ckbs Utility Functions |
all_ok.m | Run All Correctness Tests |
whatsnew | Changes and Additions to ckbs |
_reference | Alphabetic Listing of Cross Reference Tags |
_index | Keyword Index |
_search | Search This Web Site |
_external | External Internet References |