File tree 2 files changed +22
-0
lines changed
2 files changed +22
-0
lines changed Original file line number Diff line number Diff line change @@ -38,6 +38,7 @@ cc_library(
38
38
"include/albatross/SparseGP" ,
39
39
"include/albatross/Stats" ,
40
40
"include/albatross/Tune" ,
41
+ "include/albatross/Typecast" ,
41
42
"include/albatross/linalg/Block" ,
42
43
"include/albatross/linalg/Utils" ,
43
44
"include/albatross/serialize/Common" ,
Original file line number Diff line number Diff line change
1
+ /*
2
+ * Copyright (C) 2024 Swift Navigation Inc.
3
+ * Contact: Swift Navigation <
[email protected] >
4
+ *
5
+ * This source is subject to the license found in the file 'LICENSE' which must
6
+ * be distributed together with this source. All other rights reserved.
7
+ *
8
+ * THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND,
9
+ * EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED
10
+ * WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR PURPOSE.
11
+ */
12
+
13
+ #ifndef ALBATROSS_TYPECAST_INCLUDE_H
14
+ #define ALBATROSS_TYPECAST_INCLUDE_H
15
+
16
+ #include <Eigen/Core>
17
+
18
+ #include <albatross/src/details/error_handling.hpp>
19
+ #include <albatross/src/details/typecast.hpp>
20
+
21
+ #endif
You can’t perform that action at this time.
0 commit comments