![]() |
|
#include "common.h"
Go to the source code of this file.
Functions | |
RealScalar EIGEN_BLAS_FUNC_NAME() | asum (int *n, Scalar *px, int *incx) |
int | EIGEN_CAT (i, EIGEN_BLAS_FUNC_NAME(amax))(int *n |
if incx | make_vector (x, *n).cwiseAbs().maxCoeff(&ret) |
else | make_vector (x, *n, std::abs(*incx)).cwiseAbs().maxCoeff(&ret) |
return | int (ret)+1 |
int | EIGEN_CAT (i, EIGEN_BLAS_FUNC_NAME(amin))(int *n |
Scalar EIGEN_BLAS_FUNC_NAME() | dot (int *n, Scalar *px, int *incx, Scalar *py, int *incy) |
Scalar EIGEN_BLAS_FUNC_NAME() | nrm2 (int *n, Scalar *px, int *incx) |
EIGEN_BLAS_FUNC() | rot (int *n, Scalar *px, int *incx, Scalar *py, int *incy, Scalar *pc, Scalar *ps) |
Variables | |
int Scalar * | px |
int Scalar int * | incx |
Scalar * | x = reinterpret_cast<Scalar *>(px) |
Eigen::DenseIndex | ret |
RealScalar EIGEN_BLAS_FUNC_NAME() asum | ( | int * | n, |
Scalar * | px, | ||
int * | incx | ||
) |
References incx, incy, make_vector(), n, px, py, x, and y.
Referenced by oomph::FixedVolumeSpineLineMarangoniFluidInterfaceElement< ELEMENT >::add_additional_residual_contributions_interface(), oomph::LinearisedAxisymPoroelasticBJS_FSIElement< FLUID_BULK_ELEMENT, POROELASTICITY_BULK_ELEMENT >::contribution_to_enclosed_volume(), oomph::LineVolumeConstraintBoundingElement::contribution_to_enclosed_volume(), oomph::AxisymmetricVolumeConstraintBoundingElement::contribution_to_enclosed_volume(), oomph::AxisymmetricVolumeConstraintBoundingElement::contribution_to_volume_flux(), DataFiles::DataFiles(), EIGEN_DECLARE_TEST(), oomph::PointFluidInterfaceBoundingElement::fill_in_generic_residual_contribution_interface_boundary(), oomph::LineFluidInterfaceBoundingElement::fill_in_generic_residual_contribution_interface_boundary(), oomph::LineVolumeConstraintBoundingElement::fill_in_generic_residual_contribution_volume_constraint(), oomph::AxisymmetricVolumeConstraintBoundingElement::fill_in_generic_residual_contribution_volume_constraint(), oomph::SurfaceVolumeConstraintBoundingElement::fill_in_generic_residual_contribution_volume_constraint(), smc.smc::getLikelihood(), Eigen::MatrixBase< Derived >::isUnitary(), smc.smc::recursiveBayesian(), adjoint_specific< true >::run(), adjoint_specific< false >::run(), Eigen::QuaternionBase< Derived >::slerp(), and Eigen::ParametrizedLine< Scalar_, AmbientDim_, Options_ >::squaredDistance().
int EIGEN_CAT | ( | i | , |
EIGEN_BLAS_FUNC_NAME(amax) | |||
) |
References n.
int EIGEN_CAT | ( | i | , |
EIGEN_BLAS_FUNC_NAME(amin) | |||
) |
Referenced by EIGEN_CAT().
Scalar EIGEN_BLAS_FUNC_NAME() nrm2 | ( | int * | n, |
Scalar * | px, | ||
int * | incx | ||
) |
EIGEN_BLAS_FUNC() rot | ( | int * | n, |
Scalar * | px, | ||
int * | incx, | ||
Scalar * | py, | ||
int * | incy, | ||
Scalar * | pc, | ||
Scalar * | ps | ||
) |
References abs(), Eigen::internal::apply_rotation_in_the_plane(), calibrate::c, incx, incy, make_vector(), n, pc, ps, px, py, rvx(), rvy(), s, vx(), vy(), x, and y.
Referenced by alignedboxNonIntegralRotatable(), alignedboxRotatable(), oomph::SolidHelpers::doc_2D_principal_stress(), Eigen::EulerAngles< Scalar_, _System >::EulerAngles(), hyperplane(), Eigen::MatrixPower< MatrixType >::initialize(), jacobi(), openglsupport_test_loop(), Eigen::EulerAngles< Scalar_, _System >::operator=(), parametrizedline(), Eigen::ComplexSchur< MatrixType_ >::reduceToTriangularForm(), Eigen::internal::svd_precondition_2x2_block_to_be_real< MatrixType, Options, true >::run(), Eigen::RealSchur< MatrixType_ >::splitOffTwoRows(), and Eigen::internal::tridiagonal_qr_step().
Referenced by EIGEN_CAT().