Files
ctensor/tests/tensoriter_test.c

37 lines
424 B
C
Raw Normal View History

2023-09-04 16:41:07 +02:00
#include "tensoriter_test.h"
void tensoriter_test_scalar_next(void)
{
//TODO
}
void tensoriter_test_scalar_get(void)
{
//TODO
}
void tensoriter_test_scalar_map(void)
{
//TODO
}
void tensoriter_test_scalar_map_add(void)
{
//TODO
}
void tensoriter_test_scalar_map_sub(void)
{
//TODO
}
void tensoriter_test_scalar_map_mul(void)
{
//TODO
}
void tensoriter_test_scalar_map_div(void)
{
//TODO
}