libroadrunner C API
Functions
rrc_libstruct_api.h File Reference

roadRunner C wrappers 2012 More...

#include "rrc_exporter.h"
#include "rrc_types.h"

Go to the source code of this file.

Functions

C_DECL_SPEC RRDoubleMatrixPtr rrcCallConv getL0Matrix (RRHandle handle)
 Returns the L0 Matrix. More...
 
C_DECL_SPEC RRComplexMatrixPtr rrcCallConv getEigenVectors (RRDoubleMatrixPtr matrix)
 Calculates the eigen-vectors of a square real matrix. This function calculates the complex (right)eigenvectors of the given real matrix. The complex matrix returned contains the eigenvectors in the columns, in the same order as LibLA_getEigenValues. More...
 
C_DECL_SPEC RRComplexMatrixPtr rrcCallConv getZEigenVectors (RRComplexMatrixPtr matrix)
 Calculates the eigen-vectors of a square nonsymmetrix complex matrix. This function calculates the complex (right)eigenvectors of the given real matrix. The complex matrix returned contains the eigenvectors in the columns, in the same order as getZEigenValues. The right eigenvector v(j) of A satisfies: More...
 
RRVectorPtr getConservedSums (RRHandle handle)
 Returns values for conservation laws using the current initial conditions. More...
 
C_DECL_SPEC RRDoubleMatrixPtr rrcCallConv getEigenvaluesMatrix (const RRDoubleMatrixPtr mat)
 Compute the eigenvalues of a double matrix. More...
 
C_DECL_SPEC RRComplexVectorPtr rrcCallConv getEigenvaluesVector (const RRDoubleMatrixPtr mat)
 Compute the eigenvalues of a double matrix. More...
 

Detailed Description

roadRunner C wrappers 2012

Author
Totte Karlsson & Herbert M Sauro

<-----------------------------------------------------------— This file is part of cRoadRunner. See http://code.google.com/p/roadrunnerlib for more details.

Copyright (C) 2012-2013 University of Washington, Seattle, WA, USA

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

In plain english this means:

You CAN freely download and use this software, in whole or in part, for personal, company internal, or commercial purposes;

You CAN use the software in packages or distributions that you create.

You SHOULD include a copy of the license in any redistribution you may make;

You are NOT required include the source of software, or of any modifications you may have made to it, in any redistribution you may assemble that includes it.

YOU CANNOT:

redistribute any piece of this software without proper attribution;