File: benchmark_so3.cpp

package info (click to toggle)
manif 0.0.5-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,576 kB
  • sloc: cpp: 11,789; ansic: 8,774; python: 2,158; sh: 24; makefile: 23; xml: 21
file content (9 lines) | stat: -rw-r--r-- 119 bytes parent folder | download
1
2
3
4
5
6
7
8
9
#include "common_benchmark.h"

#include <manif/SO3.h>

using namespace manif;

MANIF_BENCHMARK(SO3d)

BENCHMARK_MAIN();