GNU Octave  9.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
pow2.cc File Reference
#include <cmath>
#include "lo-array-errwarn.h"
#include "defun.h"
#include "error.h"
#include "errwarn.h"

Go to the source code of this file.

Functions

octave_value_list Fpow2 (const octave_value_list &args, int)
 
template<typename T >
void map_2_xldexp (Array< T > &y, const Array< T > &f, const Array< T > &e)
 
void map_2_xldexp_sparse (SparseMatrix &y, const SparseMatrix &f, const SparseMatrix &e)
 

Function Documentation

◆ Fpow2()

◆ map_2_xldexp()

template<typename T >
void map_2_xldexp ( Array< T > &  y,
const Array< T > &  f,
const Array< T > &  e 
)

◆ map_2_xldexp_sparse()

void map_2_xldexp_sparse ( SparseMatrix y,
const SparseMatrix f,
const SparseMatrix e 
)