35#ifndef INCLUDE_GUARD_EUNOMIA_PICTURE_MAGNIFY_FUNCTION_H 
   36#define INCLUDE_GUARD_EUNOMIA_PICTURE_MAGNIFY_FUNCTION_H 
   51    return 1.0 + 
t * 
t * ((
a + 2.0) * 
t - 
a - 3.0);
 
   54    return a * (
t * (
t * (
t - 5.0) + 8.0) - 4.0);
 
 
   64  for (
int i=0; 
i < 
n; 
i++)
 
 
   72  for (
int i = 0; 
i < 4; 
i++) {
 
   74    for (
int j = 0; 
j < 4; 
j++)
 
 
畫像バッファ基底クラステンプレート
Definition imagebuffer.h:84
double innerProduct_(int n, double *x, double *y)
Definition pict_magnify_func.h:61
double fCubic_(double t, double a)
Definition pict_magnify_func.h:45
void productMat14_44_(double *res, double *vec, double *mat)
Definition pict_magnify_func.h:70