($Id: ComplexVector.h 1378 2013-04-26 13:39:20Z arr $)
Class CXXR::ComplexVector and associated C interface.
More...
#include "CXXR/VectorBase.h"
#include "R_ext/Complex.h"
#include "R_ext/Arith.h"
#include "CXXR/FixedVector.hpp"
#include "CXXR/SEXP_downcast.hpp"
Go to the source code of this file.
Namespaces |
namespace | CXXR |
| Namespace for the CXXR project.
|
namespace | CXXR::ElementTraits |
| Namespace encapsulating traits of R vector element types.
|
Detailed Description
Class CXXR::ComplexVector and associated C interface.
Function Documentation
Rcomplex* COMPLEX |
( |
SEXP |
x | ) |
|
|
inline |
- Parameters:
-
- Returns:
- Pointer to element 0 of x .
Rboolean Rf_isComplex |
( |
SEXP |
s | ) |
|
|
inline |
- Parameters:
-
- Returns:
- TRUE iff the RObject pointed to by s is a complex vector.