help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Using expm in C++


From: loisp
Subject: Re: Using expm in C++
Date: Mon, 6 Feb 2012 16:57:40 -0800 (PST)

Yes, there is just an m-file. Do you have any suggestions how I can use the expm function in my C++ code?

On Tue, Feb 7, 2012 at 6:04 AM, Alexander Hansen-2 [via Octave] <[hidden email]> wrote:
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 2/6/12 6:06 PM, loisp wrote:
> http://pdb.finkproject.org/pdb/browse.php?summary=octave This is
> the link to the octave package database in Fink.
>
> I have octave360, octave360-dev, octave360-shlibs,
> linear-algebra-oct360, gsl-oct360 installed.
>
> --

The general Octave populace my not know what these mean. :-)

The important part is that "octave360-dev" contains all of the
headers, and I made no modifications to them.

There's an "expm" function, but it's implemented as an m-file rather
than in the C++ API, as far as I can tell--definitely not in Matrix.h:

$ dpkg -L octave360-atlas-dev | xargs grep expm
/sw/include/octave-3.6.0/octave/config.h:/* Define to 1 if you have
the `expm1' function. */
/sw/include/octave-3.6.0/octave/config.h:/* Define to 1 if you have
the `expm1f' function. */
/sw/include/octave-3.6.0/octave/lo-specfun.h:extern OCTAVE_API double
expm1 (double x);
/sw/include/octave-3.6.0/octave/lo-specfun.h:extern OCTAVE_API Complex
expm1 (const Complex& x);
/sw/include/octave-3.6.0/octave/lo-specfun.h:extern OCTAVE_API float
expm1f (float x);
/sw/include/octave-3.6.0/octave/lo-specfun.h:extern OCTAVE_API
FloatComplex expm1 (const FloatComplex& x);
/sw/include/octave-3.6.0/octave/ov-base.h:      umap_expm1,
/sw/include/octave-3.6.0/octave/ov.h:  MAPPER_FORWARD (expm1)
/sw/share/doc/octave360-atlas-dev/ChangeLog:
/linear-algebra/duplication_matrix.m scripts/linear-algebra/expm.m
/sw/share/doc/octave360-atlas-dev/NEWS:      expm1
nargoutchk                  strchr
- --
Alexander Hansen, Ph.D.
Fink User Liaison
http://finkakh.wordpress.com/
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk8wcUIACgkQB8UpO3rKjQ+fDACfVTnXVbkDyS6rE0XNrJOPBrk6
FUcAniLAe+8SlcDiMdwcHawIiFPwnPWj
=ZfiH
-----END PGP SIGNATURE-----
_______________________________________________
Help-octave mailing list
[hidden email]
https://mailman.cae.wisc.edu/listinfo/help-octave



If you reply to this email, your message will be added to the discussion below:
http://octave.1599824.n4.nabble.com/Using-expm-in-C-tp4363138p4363379.html
To unsubscribe from Using expm in C++, click here.
NAML



View this message in context: Re: Using expm in C++
Sent from the Octave - General mailing list archive at Nabble.com.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]