repo
stringlengths
1
152
file
stringlengths
14
221
code
stringlengths
501
25k
file_length
int64
501
25k
avg_line_length
float64
20
99.5
max_line_length
int64
21
134
extension_type
stringclasses
2 values
criu
criu-master/test/zdtm/static/netns-dev.c
#include <unistd.h> #include <stdlib.h> #include <linux/limits.h> #include "zdtmtst.h" #define LO_CONF_DIR_PATH "/proc/sys/net/ipv4/conf/lo" #define DEF_CONF_DIR_PATH "/proc/sys/net/ipv4/conf/default" #define ALL_CONF_DIR_PATH "/proc/sys/net/ipv4/conf/all" #define LO_CONF6_DIR_PATH "/proc/sys/net/ipv6/conf/lo" #...
11,032
20.761341
109
c
criu
criu-master/test/zdtm/static/netns-nft-ipt.c
#include <string.h> #include <unistd.h> #include <stdlib.h> #include <stdio.h> #include "zdtmtst.h" const char *test_doc = "Check that both nftables & iptables rules (some) are C/R properly"; const char *test_author = "Alexander Mikhalitsyn <alexander@mihalicyn.com>"; char *filename; TEST_OPTION(filename, string, "f...
1,891
22.073171
113
c
criu
criu-master/test/zdtm/static/netns-nft.c
#include <string.h> #include <unistd.h> #include <stdlib.h> #include <stdio.h> #include "zdtmtst.h" const char *test_doc = "Check that nft rules (some) are kept"; const char *test_author = "Alexander Mikhalitsyn <alexander@mihalicyn.com>"; char *filename; TEST_OPTION(filename, string, "file name", 1); int main(int ...
1,497
22.046154
113
c
criu
criu-master/test/zdtm/static/netns.c
#include <string.h> #include <unistd.h> #include <stdlib.h> #include "zdtmtst.h" const char *test_doc = "Check that network environment (links, addresses and routes) are preserved"; const char *test_author = "Pavel Emelianov <xemul@parallels.com>"; int main(int argc, char **argv) { test_init(argc, argv); if (syst...
1,180
20.089286
104
c
criu
criu-master/test/zdtm/static/netns_lock_iptables.c
#include "zdtmtst.h" const char *test_doc = "Check network namespace is locked between dump and restore\n"; const char *test_author = "Zeyad Yasser <zeyady98@gmail.com>"; #include <errno.h> #include <fcntl.h> #include <sched.h> #define NS_PATH "/var/run/netns/criu-net-lock-test" #define SYNCFILE_PATH "net_lock...
1,737
22.808219
86
c
criu
criu-master/test/zdtm/static/ofd_file_locks.h
#ifndef ZDTM_OFD_FILE_LOCKS_H_ #define ZDTM_OFD_FILE_LOCKS_H_ #include <sys/file.h> #ifndef F_OFD_GETLK #define F_OFD_GETLK 36 #define F_OFD_SETLK 37 #define F_OFD_SETLKW 38 #endif /* * Functions for parsing of OFD locks * from procfs and checking them after restoring. */ extern int check_lock_exists(const cha...
520
22.681818
72
h
criu
criu-master/test/zdtm/static/packet_sock.c
#include "zdtmtst.h" const char *test_doc = "static test for packet sockets"; const char *test_author = "Pavel Emelyanov <xemul@parallels.com>"; /* * Description: * Create and bind several packet sockets, check thet getname * reports same result before and after c/r cycle. This is enough * for _basic_ packet f...
6,883
22.023411
87
c
criu
criu-master/test/zdtm/static/packet_sock_mmap.c
#include "zdtmtst.h" const char *test_doc = "static test for packet sockets mmaps"; const char *test_author = "Pavel Emelyanov <xemul@parallels.com>"; #include <stdio.h> #include <sys/sysmacros.h> #include <unistd.h> #include <sys/stat.h> #include <fcntl.h> #include <string.h> #include <errno.h> #include <stdlib.h> #...
2,398
21.632075
88
c
criu
criu-master/test/zdtm/static/posix_timers.c
#include <unistd.h> #include <stdlib.h> #include <signal.h> #include <time.h> #include <sys/time.h> #include <limits.h> #include <string.h> #include "zdtmtst.h" const char *test_doc = "Posix timers migration check"; const char *test_author = "Kinsbursky Stanislav <skinsbursky@parallels.com>"; sigset_t mask; #define...
11,072
24.572748
113
c
criu
criu-master/test/zdtm/static/pthread01.c
#include <stdio.h> #include <stdlib.h> #include <unistd.h> #include <signal.h> #include <string.h> #include <signal.h> #include <sys/types.h> #include <sys/wait.h> #include <sys/stat.h> #include <sys/mman.h> #include <fcntl.h> #include <pthread.h> #include "zdtmtst.h" #define gettid() pthread_self() const char *tes...
5,567
22.493671
96
c
criu
criu-master/test/zdtm/static/s390x_gs_threads.c
#include <linux/types.h> #include <pthread.h> #include <stdio.h> #include <stdlib.h> #include <sys/mman.h> #include <sys/syscall.h> #include <sys/wait.h> #include <unistd.h> #include "zdtmtst.h" #include "lock.h" #define NR_THREADS 4 #define GS_ENABLE 0 #define GS_SET_BC_CB 2 #define GS_BROADCAST 4 #ifndef __NR...
4,607
23.774194
75
c
criu
criu-master/test/zdtm/static/s390x_mmap_high.c
#include <stdlib.h> #include <string.h> #include <sys/mman.h> #include <unistd.h> #include "zdtmtst.h" #define TASK_SIZE_LEVEL_4 0x20000000000000UL /* 8 PB */ #define MAP_SIZE 0x1000 #define VAL 0x77 const char *test_doc = "Verify that tasks > 4TB can be checkpointed"; const char *test_author = "Michael Holzheu...
1,423
21.603175
100
c
criu
criu-master/test/zdtm/static/s390x_regs_check.c
#include <linux/elf.h> #include <pthread.h> #include <stdbool.h> #include <stdint.h> #include <stdio.h> #include <stdlib.h> #include <string.h> #include <sys/mman.h> #include <sys/ptrace.h> #include <sys/stat.h> #include <sys/syscall.h> #include <sys/types.h> #include <sys/uio.h> #include <sys/wait.h> #include <unistd....
12,257
21.368613
111
c
criu
criu-master/test/zdtm/static/s390x_runtime_instr.c
#include <stdio.h> #include <unistd.h> #include <signal.h> #include <sys/types.h> #include <unistd.h> #include <sys/syscall.h> #include <errno.h> #include <sys/ptrace.h> #include <stdlib.h> #include <sys/uio.h> #include <asm/ptrace.h> #include <linux/elf.h> #include <sys/wait.h> #include <stdlib.h> #include <ucontext.h...
4,668
20.817757
75
c
criu
criu-master/test/zdtm/static/seccomp_filter_threads.c
#include <unistd.h> #include <stdbool.h> #include <signal.h> #include <stddef.h> #include <sys/prctl.h> #include <sys/ptrace.h> #include <stdlib.h> #include <sys/types.h> #include <sys/socket.h> #include <sys/wait.h> #include <sys/syscall.h> #include <sys/mman.h> #ifdef __NR_seccomp #include <linux/seccomp.h> #include...
5,058
20.345992
107
c
criu
criu-master/test/zdtm/static/session01.c
#include <unistd.h> #include <stdlib.h> #include <string.h> #include <sys/wait.h> #include <sys/mman.h> #include "zdtmtst.h" #include "lock.h" const char *test_doc = "Test that sid, pgid are restored"; const char *test_author = "Andrey Vagin <avagin@openvz.org>"; struct master { pid_t pid; pid_t ppid; pid_t sid; ...
7,450
20.979351
89
c
criu
criu-master/test/zdtm/static/shared_mount_propagation.c
#include <fcntl.h> #include <sys/mount.h> #include <sys/stat.h> #include <linux/limits.h> #include "zdtmtst.h" const char *test_doc = "Check mounts are propagated to shared mounts"; const char *test_author = "Pavel Tikhomirov <ptikhomirov@virtuozzo.com>"; char *dirname; TEST_OPTION(dirname, string, "directory name",...
2,649
21.083333
73
c
criu
criu-master/test/zdtm/static/shmemfd-priv.c
#include <unistd.h> #include <stdio.h> #include <sys/types.h> #include <sys/stat.h> #include <sys/mman.h> #include <sys/vfs.h> #include <fcntl.h> #include "zdtmtst.h" const char *test_doc = "Test C/R of shared memory file descriptors"; const char *test_author = "Andrei Vagin <avagin@gmail.com>"; #define err(exitcod...
2,135
23.272727
102
c
criu
criu-master/test/zdtm/static/sigaltstack.c
#include <stdio.h> #include <stdlib.h> #include <signal.h> #include <unistd.h> #include <string.h> #include <pthread.h> #include <syscall.h> #include <sys/types.h> #include <sys/wait.h> #include "zdtmtst.h" const char *test_doc = "Check for alternate signal stack"; const char *test_author = "Cyrill Gorcunov <gorcuno...
3,652
20.615385
99
c
criu
criu-master/test/zdtm/static/sigpending.c
#include <signal.h> #include <stdlib.h> #include <unistd.h> #include <sys/syscall.h> #include <pthread.h> #include <string.h> #include <limits.h> #include <sys/wait.h> #include "zdtmtst.h" const char *test_doc = "Check pending signals"; const char *test_author = "Andrew Vagin <avagin@parallels.com>"; static pid_t ch...
6,497
20.304918
88
c
criu
criu-master/test/zdtm/static/sk-unix01.c
#ifndef _GNU_SOURCE #define _GNU_SOURCE #endif #include <stdlib.h> #include <fcntl.h> #include <unistd.h> #include <string.h> #include <stdbool.h> #include <limits.h> #include <errno.h> #include <dirent.h> #include <sys/types.h> #include <sys/socket.h> #include <sys/un.h> #include <sys/stat.h> #include "zdtmtst.h" ...
8,368
22.377095
96
c
criu
criu-master/test/zdtm/static/sock_ip_opts00.c
#include <sys/socket.h> #include <sys/types.h> #include <netinet/in.h> #include <linux/in.h> #include <linux/in6.h> #include "zdtmtst.h" const char *test_doc = "Check that different ip socket options are restored"; const char *test_author = "Pavel Tikhomirov <ptikhomirov@virtuozzo.com>"; #ifdef ZDTM_VAL_ZERO #defin...
2,587
22.315315
91
c
criu
criu-master/test/zdtm/static/socket-linger.c
#include <stdio.h> #include <unistd.h> #include <sys/socket.h> #include <netinet/in.h> #include "zdtmtst.h" const char *test_doc = "Check SO_LINGER socket option"; const char *test_author = "Radostin Stoyanov <rstoyanov1@gmail.com>"; int main(int argc, char **argv) { int sk; struct linger dump = { true, 30 }, rest...
1,109
21.2
90
c
criu
criu-master/test/zdtm/static/socket-raw.c
#include <stdio.h> #include <stdlib.h> #include <stdint.h> #include <ctype.h> #include <errno.h> #include <unistd.h> #include <sys/types.h> #include <sys/socket.h> #include <sys/wait.h> #include <sys/un.h> #include <sys/stat.h> #include <netinet/tcp.h> #include <netinet/udp.h> #include <netinet/ip.h> #include <arpa/i...
9,868
23.610973
103
c
criu
criu-master/test/zdtm/static/socket-tcp-keepalive.c
#include <sys/types.h> #include <sys/socket.h> #include <netinet/in.h> #include <netinet/tcp.h> #include "zdtmtst.h" const char *test_doc = "test checkpoint/restore of SO_KEEPALIVE\n"; const char *test_author = "Radostin Stoyanov <rstoyanov1@gmail.com>\n"; int main(int argc, char **argv) { int sk; int alive = 1; ...
2,095
20.608247
75
c
criu
criu-master/test/zdtm/static/socket-tcp-reseted.c
#include "zdtmtst.h" #include <string.h> #include <sys/socket.h> #include <arpa/inet.h> /* for sockaddr_in and inet_ntoa() */ #include <stdlib.h> #include <sys/wait.h> #include <signal.h> #ifdef ZDTM_IPV4V6 #define ZDTM_FAMILY AF_INET #define ZDTM_SRV_FAMILY AF_INET6 #elif defined(ZDTM_IPV6) #define ZDTM_FAMILY AF_IN...
2,094
20.377551
103
c
criu
criu-master/test/zdtm/static/socket-tcp-syn-sent.c
#include "zdtmtst.h" #ifdef ZDTM_IPV4V6 #define ZDTM_FAMILY AF_INET #define ZDTM_SRV_FAMILY AF_INET6 #elif defined(ZDTM_IPV6) #define ZDTM_FAMILY AF_INET6 #define ZDTM_SRV_FAMILY AF_INET6 #else #define ZDTM_FAMILY AF_INET #define ZDTM_SRV_FAMILY AF_INET #endif const char *test_doc = "Check unconnected tcp sockets\n";...
3,032
20.359155
102
c
criu
criu-master/test/zdtm/static/socket-tcp-unconn.c
#include "zdtmtst.h" #ifdef ZDTM_IPV4V6 #define ZDTM_FAMILY AF_INET #define ZDTM_SRV_FAMILY AF_INET6 #elif defined(ZDTM_IPV6) #define ZDTM_FAMILY AF_INET6 #define ZDTM_SRV_FAMILY AF_INET6 #else #define ZDTM_FAMILY AF_INET #define ZDTM_SRV_FAMILY AF_INET #endif const char *test_doc = "Check unconnected tcp sockets\n";...
2,678
21.140496
66
c
criu
criu-master/test/zdtm/static/socket_queues.c
#include <stdio.h> #include <stdlib.h> #include <ctype.h> #include <errno.h> #include <unistd.h> #include <sys/types.h> #include <sys/socket.h> #include <sys/wait.h> #include <sys/un.h> #include <sys/stat.h> #include <limits.h> #include <fcntl.h> #include "zdtmtst.h" /* FIXME Need gram sockets tests */ const char *...
2,917
24.373913
79
c
criu
criu-master/test/zdtm/static/socket_snd_addr.c
#include <errno.h> #include <stdlib.h> #include <string.h> #include <sys/types.h> #include <sys/socket.h> #include <sys/un.h> #include "zdtmtst.h" const char *test_doc = "Check that sender addresses are restored"; const char *test_author = "Andrew Vagin <avagin@openvz.org"; #define SK_SRV "\0socket_snd_srv" #define ...
2,201
20.80198
66
c
criu
criu-master/test/zdtm/static/socket_udp_shutdown.c
#include <stdio.h> #include <sys/types.h> #include <unistd.h> #include <sys/stat.h> #include <fcntl.h> #include <string.h> #include <errno.h> #include <stdlib.h> #include <sys/socket.h> #include <arpa/inet.h> /* for sockaddr_in and inet_ntoa() */ #include <sys/wait.h> #include "zdtmtst.h" const char *test_doc = "stat...
2,788
22.049587
102
c
criu
criu-master/test/zdtm/static/sockets01.c
#include <stdio.h> #include <stdlib.h> #include <ctype.h> #include <errno.h> #include <unistd.h> #include <sys/types.h> #include <sys/socket.h> #include <sys/wait.h> #include <sys/un.h> #include <sys/stat.h> #include <limits.h> #include <fcntl.h> #include "zdtmtst.h" const char *test_doc = "Test unix sockets shutdown...
3,508
20.527607
66
c
criu
criu-master/test/zdtm/static/sockets_dgram.c
#include <stdio.h> #include <stdlib.h> #include <ctype.h> #include <errno.h> #include <unistd.h> #include <sys/types.h> #include <sys/socket.h> #include <sys/wait.h> #include <sys/un.h> #include <sys/stat.h> #include <limits.h> #include <fcntl.h> #include "zdtmtst.h" const char *test_doc = "Test unix dgram sockets\n"...
5,637
26.236715
103
c
criu
criu-master/test/zdtm/static/thread_different_uid_gid.c
/* * Check that we can dump a process with threads having mismatching UID/GID */ #include <stdio.h> #include <stdlib.h> #include <unistd.h> #include <string.h> #include <pwd.h> #include <syscall.h> #include <sys/capability.h> #include <sys/prctl.h> #include <pthread.h> #include "zdtmtst.h" #define exit_group(code...
3,723
21.846626
119
c
criu
criu-master/test/zdtm/static/timerfd.c
#include <stdlib.h> #include <unistd.h> #include <string.h> #include <stdint.h> #include <time.h> #include <sys/timerfd.h> #include "zdtmtst.h" const char *test_doc = "Checks timerfd survives checkpoint/restore\n"; const char *test_author = "Cyrill Gorcunov <gorcunov@openvz.org>"; #define TIMERFD_VNSEC 50000 #defin...
3,442
20.929936
111
c
criu
criu-master/test/zdtm/static/unbindable.c
#include <fcntl.h> #include <unistd.h> #include <sys/mount.h> #include <sys/stat.h> #include <linux/limits.h> #include "zdtmtst.h" const char *test_doc = "Check unbindable flag does not break mount restore"; const char *test_author = "Pavel Tikhomirov <ptikhomirov@virtuozzo.com>"; char *dirname; TEST_OPTION(dirname,...
1,726
23.671429
92
c
criu
criu-master/test/zdtm/static/unlink_multiple_largefiles.c
#include <unistd.h> #include <errno.h> #include <stdlib.h> #include <string.h> #include <stdio.h> #include <fcntl.h> #include <signal.h> #include <limits.h> #include <sys/ioctl.h> #include <linux/fs.h> #include <linux/fiemap.h> #include "zdtmtst.h" #define FSIZE 0x3B600000ULL #define NFILES 10 #define BUFSIZE (1 << 2...
5,829
21.337165
98
c
criu
criu-master/test/zdtm/static/uptime_grow.c
#include "zdtmtst.h" const char *test_doc = "test to ensure that monotonic clock doesn't decrease"; const char *test_author = "Evgeny Antysev <eantyshev@parallels.com>"; #include <time.h> #include <stdlib.h> #define tv_ge(a, b) (((a)->tv_sec == (b)->tv_sec) ? ((a)->tv_nsec >= (b)->tv_nsec) : ((a)->tv_sec > (b)->tv_s...
1,101
21.958333
113
c
criu
criu-master/test/zdtm/static/vdso-proxy.c
#include <inttypes.h> #include <stdbool.h> #include <stdlib.h> #include "zdtmtst.h" const char *test_doc = "Compare mappings before/after C/R for vdso/vvar presence. Should run iterative under vdso proxy fault-injection.\n"; const char *test_author = "Dmitry Safonov <dsafonov@virtuozzo.com>"; #define BUILD_BUG_ON(c...
3,804
21.514793
118
c
criu
criu-master/test/zdtm/static/vdso01.c
#include <stdlib.h> #include <stdio.h> #include <stdbool.h> #include <unistd.h> #include <string.h> #include <fcntl.h> #include <errno.h> #include <elf.h> #include <time.h> #include <sys/time.h> #include <sys/types.h> #include <sys/stat.h> #include <sys/mman.h> #include "zdtmtst.h" const char *test_doc = "Check if w...
10,085
21.819005
101
c
criu
criu-master/test/zdtm/static/vsx.c
#include <stdlib.h> #include <stdio.h> #include <string.h> #include <sys/types.h> #include "zdtmtst.h" /* * This test is specific to PowerPC */ #ifndef _ARCH_PPC64 int main(int argc, char *argv[]) { test_init(argc, argv); skip("Unsupported arch"); return 0; } #else #include <sys/auxv.h> #include <asm/cputable...
14,102
34.434673
93
c
criu
criu-master/test/zdtm/transition/maps007.c
#include <stdlib.h> #include <stdio.h> #include <unistd.h> #include <string.h> #include <sys/mman.h> #include <signal.h> #include <sys/wait.h> #include <sys/uio.h> #include <asm/unistd.h> #include "zdtmtst.h" #include "lock.h" #define MAP_SIZE (1UL << 20) #define MEM_SIZE (1UL << 29) const char *test_doc = "create ...
4,002
21.488764
88
c
criu
criu-master/test/zdtm/transition/maps008.c
#include <stdlib.h> #include <stdbool.h> #include <string.h> #include <errno.h> #include <fcntl.h> #include <unistd.h> #include <signal.h> #include <sys/mman.h> #include <sys/types.h> #include <sys/stat.h> #include <sys/wait.h> #include <linux/limits.h> #include "zdtmtst.h" #include "lock.h" const char *test_doc = "ps...
12,395
24.144016
119
c
criu
criu-master/test/zdtm/transition/netlink00.c
/* Description: testcase for netlink sockets migration. * e.g. * ip rule show * ip rule add * ip rule show * ip rule del * in a loop */ #include <asm/types.h> #include <stdio.h> #include <sys/types.h> #include <sys/socket.h> #include <arpa/inet.h> #include <unistd.h> #include <linux/netlink.h> #include <stri...
6,892
22.525597
95
c
criu
criu-master/test/zdtm/transition/rseq01.c
#include <stdio.h> #include <stdlib.h> #include <unistd.h> #include <signal.h> #include <string.h> #include <sys/types.h> #include <sys/wait.h> #include <sys/stat.h> #include <sys/mman.h> #include <fcntl.h> #include <pthread.h> #include <syscall.h> #include "zdtmtst.h" #ifdef __has_include #if __has_include("sys/rse...
7,074
21.970779
98
c
criu
criu-master/test/zdtm/transition/socket_loop00.c
#include <stdio.h> #include <signal.h> #include <errno.h> #include <string.h> #include <sys/types.h> #include <limits.h> #include <unistd.h> #include <stdlib.h> #include <sys/wait.h> #include <sys/socket.h> #include "zdtmtst.h" const char *test_doc = "Multi-process socket loop"; const char *test_author = "Pavel Emeli...
3,937
20.172043
81
c
Crystal_Ball_Nav
Crystal_Ball_Nav-master/Myhal_Simulator/nav_noetic_ws/src/jackal_velodyne/src/pcl_filter_nodelet.h
#pragma once #include <boost/thread/mutex.hpp> #include <message_filters/subscriber.h> #include <nodelet/nodelet.h> #include <ros/ros.h> #include <sensor_msgs/PointCloud2.h> #include <string> #include <tf2_ros/buffer.h> #include <tf2_ros/message_filter.h> #include <tf2_ros/transform_listener.h> #include <vector> nam...
1,614
25.916667
112
h
Crystal_Ball_Nav
Crystal_Ball_Nav-master/Myhal_Simulator/simu_melodic_ws/src/jackal_velodyne/src/pcl_filter_nodelet.h
#pragma once #include <boost/thread/mutex.hpp> #include <message_filters/subscriber.h> #include <nodelet/nodelet.h> #include <ros/ros.h> #include <sensor_msgs/PointCloud2.h> #include <string> #include <tf2_ros/buffer.h> #include <tf2_ros/message_filter.h> #include <tf2_ros/transform_listener.h> #include <vector> nam...
1,614
25.916667
112
h
Crystal_Ball_Nav
Crystal_Ball_Nav-master/SOGM-3D-2D-Net/cpp_wrappers/src/Eigen/src/Cholesky/LLT_LAPACKE.h
/* Copyright (c) 2011, Intel Corporation. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the ...
3,974
38.75
113
h
Crystal_Ball_Nav
Crystal_Ball_Nav-master/SOGM-3D-2D-Net/cpp_wrappers/src/Eigen/src/Core/ArrayBase.h
// This file is part of Eigen, a lightweight C++ template library // for linear algebra. // // Copyright (C) 2009 Gael Guennebaud <gael.guennebaud@inria.fr> // // This Source Code Form is subject to the terms of the Mozilla // Public License v. 2.0. If a copy of the MPL was not distributed // with this file, You can ob...
8,179
35.035242
134
h
Crystal_Ball_Nav
Crystal_Ball_Nav-master/SOGM-3D-2D-Net/cpp_wrappers/src/Eigen/src/Core/ArrayWrapper.h
// This file is part of Eigen, a lightweight C++ template library // for linear algebra. // // Copyright (C) 2009-2010 Gael Guennebaud <gael.guennebaud@inria.fr> // // This Source Code Form is subject to the terms of the Mozilla // Public License v. 2.0. If a copy of the MPL was not distributed // with this file, You c...
6,775
31.266667
97
h
Crystal_Ball_Nav
Crystal_Ball_Nav-master/SOGM-3D-2D-Net/cpp_wrappers/src/Eigen/src/Core/BooleanRedux.h
// This file is part of Eigen, a lightweight C++ template library // for linear algebra. // // Copyright (C) 2008 Gael Guennebaud <gael.guennebaud@inria.fr> // // This Source Code Form is subject to the terms of the Mozilla // Public License v. 2.0. If a copy of the MPL was not distributed // with this file, You can ob...
4,249
24.757576
113
h
Crystal_Ball_Nav
Crystal_Ball_Nav-master/SOGM-3D-2D-Net/cpp_wrappers/src/Eigen/src/Core/CommaInitializer.h
// This file is part of Eigen, a lightweight C++ template library // for linear algebra. // // Copyright (C) 2008 Gael Guennebaud <gael.guennebaud@inria.fr> // Copyright (C) 2006-2008 Benoit Jacob <jacob.benoit.1@gmail.com> // // This Source Code Form is subject to the terms of the Mozilla // Public License v. 2.0. If ...
5,689
34.341615
122
h
Crystal_Ball_Nav
Crystal_Ball_Nav-master/SOGM-3D-2D-Net/cpp_wrappers/src/Eigen/src/Core/ConditionEstimator.h
// This file is part of Eigen, a lightweight C++ template library // for linear algebra. // // Copyright (C) 2016 Rasmus Munk Larsen (rmlarsen@google.com) // // This Source Code Form is subject to the terms of the Mozilla // Public License v. 2.0. If a copy of the MPL was not distributed // with this file, You can obta...
6,990
38.721591
109
h
Crystal_Ball_Nav
Crystal_Ball_Nav-master/SOGM-3D-2D-Net/cpp_wrappers/src/Eigen/src/Core/CoreIterators.h
// This file is part of Eigen, a lightweight C++ template library // for linear algebra. // // Copyright (C) 2008-2014 Gael Guennebaud <gael.guennebaud@inria.fr> // // This Source Code Form is subject to the terms of the Mozilla // Public License v. 2.0. If a copy of the MPL was not distributed // with this file, You c...
4,525
34.359375
122
h
Crystal_Ball_Nav
Crystal_Ball_Nav-master/SOGM-3D-2D-Net/cpp_wrappers/src/Eigen/src/Core/CwiseTernaryOp.h
// This file is part of Eigen, a lightweight C++ template library // for linear algebra. // // Copyright (C) 2008-2014 Gael Guennebaud <gael.guennebaud@inria.fr> // Copyright (C) 2006-2008 Benoit Jacob <jacob.benoit.1@gmail.com> // Copyright (C) 2016 Eugene Brevdo <ebrevdo@gmail.com> // // This Source Code Form is subj...
8,256
40.70202
83
h
Crystal_Ball_Nav
Crystal_Ball_Nav-master/SOGM-3D-2D-Net/cpp_wrappers/src/Eigen/src/Core/DiagonalProduct.h
// This file is part of Eigen, a lightweight C++ template library // for linear algebra. // // Copyright (C) 2008 Gael Guennebaud <gael.guennebaud@inria.fr> // Copyright (C) 2007-2009 Benoit Jacob <jacob.benoit.1@gmail.com> // // This Source Code Form is subject to the terms of the Mozilla // Public License v. 2.0. If ...
970
32.482759
88
h
Crystal_Ball_Nav
Crystal_Ball_Nav-master/SOGM-3D-2D-Net/cpp_wrappers/src/Eigen/src/Core/EigenBase.h
// This file is part of Eigen, a lightweight C++ template library // for linear algebra. // // Copyright (C) 2009 Benoit Jacob <jacob.benoit.1@gmail.com> // Copyright (C) 2009 Gael Guennebaud <gael.guennebaud@inria.fr> // // This Source Code Form is subject to the terms of the Mozilla // Public License v. 2.0. If a cop...
5,619
34.125
113
h
Crystal_Ball_Nav
Crystal_Ball_Nav-master/SOGM-3D-2D-Net/cpp_wrappers/src/Eigen/src/Core/GenericPacketMath.h
// This file is part of Eigen, a lightweight C++ template library // for linear algebra. // // Copyright (C) 2008 Gael Guennebaud <gael.guennebaud@inria.fr> // Copyright (C) 2006-2008 Benoit Jacob <jacob.benoit.1@gmail.com> // // This Source Code Form is subject to the terms of the Mozilla // Public License v. 2.0. If ...
22,185
36.350168
132
h
Crystal_Ball_Nav
Crystal_Ball_Nav-master/SOGM-3D-2D-Net/cpp_wrappers/src/Eigen/src/Core/Inverse.h
// This file is part of Eigen, a lightweight C++ template library // for linear algebra. // // Copyright (C) 2014 Gael Guennebaud <gael.guennebaud@inria.fr> // // This Source Code Form is subject to the terms of the Mozilla // Public License v. 2.0. If a copy of the MPL was not distributed // with this file, You can ob...
3,519
28.579832
97
h
Crystal_Ball_Nav
Crystal_Ball_Nav-master/SOGM-3D-2D-Net/cpp_wrappers/src/Eigen/src/Core/MathFunctionsImpl.h
// This file is part of Eigen, a lightweight C++ template library // for linear algebra. // // Copyright (C) 2014 Pedro Gonnet (pedro.gonnet@gmail.com) // Copyright (C) 2016 Gael Guennebaud <gael.guennebaud@inria.fr> // // This Source Code Form is subject to the terms of the Mozilla // Public License v. 2.0. If a copy ...
3,369
32.039216
76
h
Crystal_Ball_Nav
Crystal_Ball_Nav-master/SOGM-3D-2D-Net/cpp_wrappers/src/Eigen/src/Core/NestByValue.h
// This file is part of Eigen, a lightweight C++ template library // for linear algebra. // // Copyright (C) 2008 Gael Guennebaud <gael.guennebaud@inria.fr> // Copyright (C) 2006-2008 Benoit Jacob <jacob.benoit.1@gmail.com> // // This Source Code Form is subject to the terms of the Mozilla // Public License v. 2.0. If ...
3,400
29.63964
105
h
Crystal_Ball_Nav
Crystal_Ball_Nav-master/SOGM-3D-2D-Net/cpp_wrappers/src/Eigen/src/Core/NoAlias.h
// This file is part of Eigen, a lightweight C++ template library // for linear algebra. // // Copyright (C) 2009 Gael Guennebaud <gael.guennebaud@inria.fr> // // This Source Code Form is subject to the terms of the Mozilla // Public License v. 2.0. If a copy of the MPL was not distributed // with this file, You can ob...
3,582
31.87156
127
h
Crystal_Ball_Nav
Crystal_Ball_Nav-master/SOGM-3D-2D-Net/cpp_wrappers/src/Eigen/src/Core/Product.h
// This file is part of Eigen, a lightweight C++ template library // for linear algebra. // // Copyright (C) 2008-2011 Gael Guennebaud <gael.guennebaud@inria.fr> // // This Source Code Form is subject to the terms of the Mozilla // Public License v. 2.0. If a copy of the MPL was not distributed // with this file, You c...
7,235
37.695187
133
h
Crystal_Ball_Nav
Crystal_Ball_Nav-master/SOGM-3D-2D-Net/cpp_wrappers/src/Eigen/src/Core/Random.h
// This file is part of Eigen, a lightweight C++ template library // for linear algebra. // // Copyright (C) 2008 Gael Guennebaud <gael.guennebaud@inria.fr> // // This Source Code Form is subject to the terms of the Mozilla // Public License v. 2.0. If a copy of the MPL was not distributed // with this file, You can ob...
6,379
33.863388
107
h
Crystal_Ball_Nav
Crystal_Ball_Nav-master/SOGM-3D-2D-Net/cpp_wrappers/src/Eigen/src/Core/Replicate.h
// This file is part of Eigen, a lightweight C++ template library // for linear algebra. // // Copyright (C) 2009-2010 Gael Guennebaud <gael.guennebaud@inria.fr> // // This Source Code Form is subject to the terms of the Mozilla // Public License v. 2.0. If a copy of the MPL was not distributed // with this file, You c...
5,595
38.132867
123
h
Crystal_Ball_Nav
Crystal_Ball_Nav-master/SOGM-3D-2D-Net/cpp_wrappers/src/Eigen/src/Core/Reverse.h
// This file is part of Eigen, a lightweight C++ template library // for linear algebra. // // Copyright (C) 2006-2008 Benoit Jacob <jacob.benoit.1@gmail.com> // Copyright (C) 2009 Ricard Marxer <email@ricardmarxer.com> // Copyright (C) 2009-2010 Gael Guennebaud <gael.guennebaud@inria.fr> // // This Source Code Form is...
7,073
32.367925
116
h
Crystal_Ball_Nav
Crystal_Ball_Nav-master/SOGM-3D-2D-Net/cpp_wrappers/src/Eigen/src/Core/Select.h
// This file is part of Eigen, a lightweight C++ template library // for linear algebra. // // Copyright (C) 2008-2010 Gael Guennebaud <gael.guennebaud@inria.fr> // // This Source Code Form is subject to the terms of the Mozilla // Public License v. 2.0. If a copy of the MPL was not distributed // with this file, You c...
6,020
35.93865
116
h
Crystal_Ball_Nav
Crystal_Ball_Nav-master/SOGM-3D-2D-Net/cpp_wrappers/src/Eigen/src/Core/SelfCwiseBinaryOp.h
// This file is part of Eigen, a lightweight C++ template library // for linear algebra. // // Copyright (C) 2009-2010 Gael Guennebaud <gael.guennebaud@inria.fr> // // This Source Code Form is subject to the terms of the Mozilla // Public License v. 2.0. If a copy of the MPL was not distributed // with this file, You c...
1,697
34.375
131
h
Crystal_Ball_Nav
Crystal_Ball_Nav-master/SOGM-3D-2D-Net/cpp_wrappers/src/Eigen/src/Core/SolverBase.h
// This file is part of Eigen, a lightweight C++ template library // for linear algebra. // // Copyright (C) 2015 Gael Guennebaud <gael.guennebaud@inria.fr> // // This Source Code Form is subject to the terms of the Mozilla // Public License v. 2.0. If a copy of the MPL was not distributed // with this file, You can ob...
4,365
32.328244
123
h
Crystal_Ball_Nav
Crystal_Ball_Nav-master/SOGM-3D-2D-Net/cpp_wrappers/src/Eigen/src/Core/Stride.h
// This file is part of Eigen, a lightweight C++ template library // for linear algebra. // // Copyright (C) 2010 Benoit Jacob <jacob.benoit.1@gmail.com> // // This Source Code Form is subject to the terms of the Mozilla // Public License v. 2.0. If a copy of the MPL was not distributed // with this file, You can obtai...
3,865
33.517857
111
h
Crystal_Ball_Nav
Crystal_Ball_Nav-master/SOGM-3D-2D-Net/cpp_wrappers/src/Eigen/src/Core/Transpose.h
// This file is part of Eigen, a lightweight C++ template library // for linear algebra. // // Copyright (C) 2006-2008 Benoit Jacob <jacob.benoit.1@gmail.com> // Copyright (C) 2009-2014 Gael Guennebaud <gael.guennebaud@inria.fr> // // This Source Code Form is subject to the terms of the Mozilla // Public License v. 2.0...
14,777
35.579208
134
h
Crystal_Ball_Nav
Crystal_Ball_Nav-master/SOGM-3D-2D-Net/cpp_wrappers/src/Eigen/src/Core/VectorBlock.h
// This file is part of Eigen, a lightweight C++ template library // for linear algebra. // // Copyright (C) 2008-2010 Gael Guennebaud <gael.guennebaud@inria.fr> // Copyright (C) 2006-2008 Benoit Jacob <jacob.benoit.1@gmail.com> // // This Source Code Form is subject to the terms of the Mozilla // Public License v. 2.0...
3,462
34.701031
99
h
Crystal_Ball_Nav
Crystal_Ball_Nav-master/SOGM-3D-2D-Net/cpp_wrappers/src/Eigen/src/Core/arch/AVX/MathFunctions.h
// This file is part of Eigen, a lightweight C++ template library // for linear algebra. // // Copyright (C) 2014 Pedro Gonnet (pedro.gonnet@gmail.com) // // This Source Code Form is subject to the terms of the Mozilla // Public License v. 2.0. If a copy of the MPL was not distributed // with this file, You can obtain ...
17,776
39.402273
123
h
Crystal_Ball_Nav
Crystal_Ball_Nav-master/SOGM-3D-2D-Net/cpp_wrappers/src/Eigen/src/Core/arch/AVX/TypeCasting.h
// This file is part of Eigen, a lightweight C++ template library // for linear algebra. // // Copyright (C) 2015 Benoit Steiner <benoit.steiner.goog@gmail.com> // // This Source Code Form is subject to the terms of the Mozilla // Public License v. 2.0. If a copy of the MPL was not distributed // with this file, You ca...
1,194
21.980769
86
h
Crystal_Ball_Nav
Crystal_Ball_Nav-master/SOGM-3D-2D-Net/cpp_wrappers/src/Eigen/src/Core/arch/AVX512/MathFunctions.h
// This file is part of Eigen, a lightweight C++ template library // for linear algebra. // // Copyright (C) 2016 Pedro Gonnet (pedro.gonnet@gmail.com) // // This Source Code Form is subject to the terms of the Mozilla // Public License v. 2.0. If a copy of the MPL was not distributed // with this file, You can obtain ...
15,733
39.137755
105
h
Crystal_Ball_Nav
Crystal_Ball_Nav-master/SOGM-3D-2D-Net/cpp_wrappers/src/Eigen/src/Core/arch/AltiVec/MathFunctions.h
// This file is part of Eigen, a lightweight C++ template library // for linear algebra. // // Copyright (C) 2007 Julien Pommier // Copyright (C) 2009 Gael Guennebaud <gael.guennebaud@inria.fr> // Copyright (C) 2016 Konstantinos Margaritis <markos@freevec.org> // // This Source Code Form is subject to the terms of the ...
10,797
32.430341
85
h
Crystal_Ball_Nav
Crystal_Ball_Nav-master/SOGM-3D-2D-Net/cpp_wrappers/src/Eigen/src/Core/arch/CUDA/MathFunctions.h
// This file is part of Eigen, a lightweight C++ template library // for linear algebra. // // Copyright (C) 2014 Benoit Steiner <benoit.steiner.goog@gmail.com> // // This Source Code Form is subject to the terms of the Mozilla // Public License v. 2.0. If a copy of the MPL was not distributed // with this file, You ca...
2,387
24.956522
75
h
Crystal_Ball_Nav
Crystal_Ball_Nav-master/SOGM-3D-2D-Net/cpp_wrappers/src/Eigen/src/Core/arch/CUDA/PacketMath.h
// This file is part of Eigen, a lightweight C++ template library // for linear algebra. // // Copyright (C) 2014 Benoit Steiner <benoit.steiner.goog@gmail.com> // // This Source Code Form is subject to the terms of the Mozilla // Public License v. 2.0. If a copy of the MPL was not distributed // with this file, You ca...
10,744
31.170659
126
h
Crystal_Ball_Nav
Crystal_Ball_Nav-master/SOGM-3D-2D-Net/cpp_wrappers/src/Eigen/src/Core/arch/CUDA/TypeCasting.h
// This file is part of Eigen, a lightweight C++ template library // for linear algebra. // // Copyright (C) 2016 Benoit Steiner <benoit.steiner.goog@gmail.com> // // This Source Code Form is subject to the terms of the Mozilla // Public License v. 2.0. If a copy of the MPL was not distributed // with this file, You ca...
5,509
24.868545
110
h
Crystal_Ball_Nav
Crystal_Ball_Nav-master/SOGM-3D-2D-Net/cpp_wrappers/src/Eigen/src/Core/arch/Default/ConjHelper.h
// This file is part of Eigen, a lightweight C++ template library // for linear algebra. // // Copyright (C) 2017 Gael Guennebaud <gael.guennebaud@inria.fr> // // This Source Code Form is subject to the terms of the Mozilla // Public License v. 2.0. If a copy of the MPL was not distributed // with this file, You can o...
1,989
65.333333
125
h
Crystal_Ball_Nav
Crystal_Ball_Nav-master/SOGM-3D-2D-Net/cpp_wrappers/src/Eigen/src/Core/arch/Default/Settings.h
// This file is part of Eigen, a lightweight C++ template library // for linear algebra. // // Copyright (C) 2008-2010 Gael Guennebaud <gael.guennebaud@inria.fr> // Copyright (C) 2006-2008 Benoit Jacob <jacob.benoit.1@gmail.com> // // This Source Code Form is subject to the terms of the Mozilla // Public License v. 2.0...
1,746
33.94
85
h
Crystal_Ball_Nav
Crystal_Ball_Nav-master/SOGM-3D-2D-Net/cpp_wrappers/src/Eigen/src/Core/arch/NEON/MathFunctions.h
// This file is part of Eigen, a lightweight C++ template library // for linear algebra. // // This Source Code Form is subject to the terms of the Mozilla // Public License v. 2.0. If a copy of the MPL was not distributed // with this file, You can obtain one at http://mozilla.org/MPL/2.0/. /* The sin, cos, exp, and ...
2,846
29.945652
75
h
Crystal_Ball_Nav
Crystal_Ball_Nav-master/SOGM-3D-2D-Net/cpp_wrappers/src/Eigen/src/Core/arch/SSE/MathFunctions.h
// This file is part of Eigen, a lightweight C++ template library // for linear algebra. // // Copyright (C) 2007 Julien Pommier // Copyright (C) 2009 Gael Guennebaud <gael.guennebaud@inria.fr> // // This Source Code Form is subject to the terms of the Mozilla // Public License v. 2.0. If a copy of the MPL was not dist...
18,888
32.550622
102
h
Crystal_Ball_Nav
Crystal_Ball_Nav-master/SOGM-3D-2D-Net/cpp_wrappers/src/Eigen/src/Core/arch/SSE/TypeCasting.h
// This file is part of Eigen, a lightweight C++ template library // for linear algebra. // // Copyright (C) 2015 Benoit Steiner <benoit.steiner.goog@gmail.com> // // This Source Code Form is subject to the terms of the Mozilla // Public License v. 2.0. If a copy of the MPL was not distributed // with this file, You ca...
1,759
21.564103
105
h
Crystal_Ball_Nav
Crystal_Ball_Nav-master/SOGM-3D-2D-Net/cpp_wrappers/src/Eigen/src/Core/arch/ZVector/MathFunctions.h
// This file is part of Eigen, a lightweight C++ template library // for linear algebra. // // Copyright (C) 2007 Julien Pommier // Copyright (C) 2009 Gael Guennebaud <gael.guennebaud@inria.fr> // Copyright (C) 2016 Konstantinos Margaritis <markos@freevec.org> // // This Source Code Form is subject to the terms of the ...
4,418
31.021739
100
h
Crystal_Ball_Nav
Crystal_Ball_Nav-master/SOGM-3D-2D-Net/cpp_wrappers/src/Eigen/src/Core/functors/StlFunctors.h
// This file is part of Eigen, a lightweight C++ template library // for linear algebra. // // Copyright (C) 2008-2010 Gael Guennebaud <gael.guennebaud@inria.fr> // // This Source Code Form is subject to the terms of the Mozilla // Public License v. 2.0. If a copy of the MPL was not distributed // with this file, You c...
4,400
31.124088
122
h
Crystal_Ball_Nav
Crystal_Ball_Nav-master/SOGM-3D-2D-Net/cpp_wrappers/src/Eigen/src/Core/functors/TernaryFunctors.h
// This file is part of Eigen, a lightweight C++ template library // for linear algebra. // // Copyright (C) 2016 Eugene Brevdo <ebrevdo@gmail.com> // // This Source Code Form is subject to the terms of the Mozilla // Public License v. 2.0. If a copy of the MPL was not distributed // with this file, You can obtain one ...
607
22.384615
69
h
Crystal_Ball_Nav
Crystal_Ball_Nav-master/SOGM-3D-2D-Net/cpp_wrappers/src/Eigen/src/Core/products/Parallelizer.h
// This file is part of Eigen, a lightweight C++ template library // for linear algebra. // // Copyright (C) 2010 Gael Guennebaud <gael.guennebaud@inria.fr> // // This Source Code Form is subject to the terms of the Mozilla // Public License v. 2.0. If a copy of the MPL was not distributed // with this file, You can ob...
4,905
28.914634
125
h
Crystal_Ball_Nav
Crystal_Ball_Nav-master/SOGM-3D-2D-Net/cpp_wrappers/src/Eigen/src/Core/products/TriangularMatrixMatrix.h
// This file is part of Eigen, a lightweight C++ template library // for linear algebra. // // Copyright (C) 2009 Gael Guennebaud <gael.guennebaud@inria.fr> // // This Source Code Form is subject to the terms of the Mozilla // Public License v. 2.0. If a copy of the MPL was not distributed // with this file, You can ob...
20,403
42.691649
131
h
Crystal_Ball_Nav
Crystal_Ball_Nav-master/SOGM-3D-2D-Net/cpp_wrappers/src/Eigen/src/Core/products/TriangularSolverVector.h
// This file is part of Eigen, a lightweight C++ template library // for linear algebra. // // Copyright (C) 2008-2010 Gael Guennebaud <gael.guennebaud@inria.fr> // // This Source Code Form is subject to the terms of the Mozilla // Public License v. 2.0. If a copy of the MPL was not distributed // with this file, You c...
5,741
38.328767
129
h
Crystal_Ball_Nav
Crystal_Ball_Nav-master/SOGM-3D-2D-Net/cpp_wrappers/src/Eigen/src/Core/util/MKL_support.h
/* Copyright (c) 2011, Intel Corporation. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the ...
4,026
29.740458
127
h
Crystal_Ball_Nav
Crystal_Ball_Nav-master/SOGM-3D-2D-Net/cpp_wrappers/src/Eigen/src/Core/util/ReenableStupidWarnings.h
#ifdef EIGEN_WARNINGS_DISABLED #undef EIGEN_WARNINGS_DISABLED #ifndef EIGEN_PERMANENTLY_DISABLE_STUPID_WARNINGS #ifdef _MSC_VER #pragma warning( pop ) #elif defined __INTEL_COMPILER #pragma warning pop #elif defined __clang__ #pragma clang diagnostic pop #elif defined __GNUC__ && (__GNUC__ > 4 ||...
856
29.607143
86
h
Crystal_Ball_Nav
Crystal_Ball_Nav-master/SOGM-3D-2D-Net/cpp_wrappers/src/Eigen/src/Eigenvalues/GeneralizedSelfAdjointEigenSolver.h
// This file is part of Eigen, a lightweight C++ template library // for linear algebra. // // Copyright (C) 2008-2010 Gael Guennebaud <gael.guennebaud@inria.fr> // Copyright (C) 2010 Jitse Niesen <jitse@maths.leeds.ac.uk> // // This Source Code Form is subject to the terms of the Mozilla // Public License v. 2.0. If a...
9,715
41.801762
117
h
Crystal_Ball_Nav
Crystal_Ball_Nav-master/SOGM-3D-2D-Net/cpp_wrappers/src/Eigen/src/Eigenvalues/MatrixBaseEigenvalues.h
// This file is part of Eigen, a lightweight C++ template library // for linear algebra. // // Copyright (C) 2008 Gael Guennebaud <gael.guennebaud@inria.fr> // Copyright (C) 2010 Jitse Niesen <jitse@maths.leeds.ac.uk> // // This Source Code Form is subject to the terms of the Mozilla // Public License v. 2.0. If a copy...
5,539
33.842767
96
h
Crystal_Ball_Nav
Crystal_Ball_Nav-master/SOGM-3D-2D-Net/cpp_wrappers/src/Eigen/src/Eigenvalues/RealQZ.h
// This file is part of Eigen, a lightweight C++ template library // for linear algebra. // // Copyright (C) 2012 Alexey Korepanov <kaikaikai@yandex.ru> // // This Source Code Form is subject to the terms of the Mozilla // Public License v. 2.0. If a copy of the MPL was not distributed // with this file, You can obtain...
23,586
35.010687
121
h
Crystal_Ball_Nav
Crystal_Ball_Nav-master/SOGM-3D-2D-Net/cpp_wrappers/src/Eigen/src/Geometry/EulerAngles.h
// This file is part of Eigen, a lightweight C++ template library // for linear algebra. // // Copyright (C) 2008 Gael Guennebaud <gael.guennebaud@inria.fr> // // This Source Code Form is subject to the terms of the Mozilla // Public License v. 2.0. If a copy of the MPL was not distributed // with this file, You can ob...
3,639
30.652174
125
h
Crystal_Ball_Nav
Crystal_Ball_Nav-master/SOGM-3D-2D-Net/cpp_wrappers/src/Eigen/src/Geometry/Umeyama.h
// This file is part of Eigen, a lightweight C++ template library // for linear algebra. // // Copyright (C) 2009 Hauke Heibel <hauke.heibel@gmail.com> // // This Source Code Form is subject to the terms of the Mozilla // Public License v. 2.0. If a copy of the MPL was not distributed // with this file, You can obtain ...
6,191
36.077844
124
h
Crystal_Ball_Nav
Crystal_Ball_Nav-master/SOGM-3D-2D-Net/cpp_wrappers/src/Eigen/src/Geometry/arch/Geometry_SSE.h
// This file is part of Eigen, a lightweight C++ template library // for linear algebra. // // Copyright (C) 2009 Rohit Garg <rpg.314@gmail.com> // Copyright (C) 2009-2010 Gael Guennebaud <gael.guennebaud@inria.fr> // // This Source Code Form is subject to the terms of the Mozilla // Public License v. 2.0. If a copy of...
5,387
32.259259
130
h
Crystal_Ball_Nav
Crystal_Ball_Nav-master/SOGM-3D-2D-Net/cpp_wrappers/src/Eigen/src/Householder/Householder.h
// This file is part of Eigen, a lightweight C++ template library // for linear algebra. // // Copyright (C) 2010 Benoit Jacob <jacob.benoit.1@gmail.com> // Copyright (C) 2009 Gael Guennebaud <gael.guennebaud@inria.fr> // // This Source Code Form is subject to the terms of the Mozilla // Public License v. 2.0. If a cop...
5,345
29.901734
123
h