SphericalCoefficients.cpp
Go to the documentation of this file.
1 
11 #include "stdafx.h"
13 #include "SphericalCoefficients.h"
14 
15 using namespace NETGeographicLib;
16 
17 //*****************************************************************************
19 {
20  m_N = c.N();
21  m_nmx = c.nmx();
22  m_mmx = c.mmx();
23  int csize = Csize( c.nmx(), c.mmx() );
24  int ssize = Ssize( c.nmx(), c.mmx() );
25  int offset = csize - ssize;
26  m_C = gcnew array<double>( csize );
27  m_S = gcnew array<double>( ssize );
28  for ( int i = 0; i < csize; i++ ) m_C[i] = c.Cv(i);
29  for ( int i = 0; i < ssize; i++ ) m_S[i] = c.Sv(i+offset);
30 }
NETGeographicLib::SphericalCoefficients::SphericalCoefficients
SphericalCoefficients(const GeographicLib::SphericalEngine::coeff &c)
Constructor.
Definition: SphericalCoefficients.cpp:18
SphericalEngine.hpp
Header for GeographicLib::SphericalEngine class.
SphericalCoefficients.h
Header for NETGeographicLib::SphericalCoefficients class.
c
Scalar Scalar * c
Definition: benchVecAdd.cpp:17
NETGeographicLib::SphericalCoefficients::m_nmx
int m_nmx
Definition: SphericalCoefficients.h:43
GeographicLib::SphericalEngine::coeff
Package up coefficients for SphericalEngine.
Definition: SphericalEngine.hpp:99
NETGeographicLib::SphericalCoefficients::m_S
array< double > m_S
Definition: SphericalCoefficients.h:40
NETGeographicLib::SphericalCoefficients::m_C
array< double > m_C
Definition: SphericalCoefficients.h:38
stdafx.h
NETGeographicLib::SphericalCoefficients::m_mmx
int m_mmx
Definition: SphericalCoefficients.h:44
offset
set noclip points set clip one set noclip two set bar set border lt lw set xdata set ydata set zdata set x2data set y2data set boxwidth set dummy y set format x g set format y g set format x2 g set format y2 g set format z g set angles radians set nogrid set key title set key left top Right noreverse box linetype linewidth samplen spacing width set nolabel set noarrow set nologscale set logscale x set set pointsize set encoding default set nopolar set noparametric set set set set surface set nocontour set clabel set mapping cartesian set nohidden3d set cntrparam order set cntrparam linear set cntrparam levels auto set cntrparam points set size set set xzeroaxis lt lw set x2zeroaxis lt lw set yzeroaxis lt lw set y2zeroaxis lt lw set tics in set ticslevel set tics set mxtics default set mytics default set mx2tics default set my2tics default set xtics border mirror norotate autofreq set ytics border mirror norotate autofreq set ztics border nomirror norotate autofreq set nox2tics set noy2tics set timestamp bottom norotate offset
Definition: gnuplot_common_settings.hh:64
array< double >
NETGeographicLib::SphericalCoefficients::m_N
int m_N
Definition: SphericalCoefficients.h:42
NETGeographicLib
Definition: Accumulator.h:13
i
int i
Definition: BiCGSTAB_step_by_step.cpp:9


gtsam
Author(s):
autogenerated on Mon Jul 1 2024 03:04:02