|
takane
Validators for ArtifactDB file formats
|
Validation for compressed sparse matrices. More...
#include "ritsuko/ritsuko.hpp"#include "ritsuko/hdf5/hdf5.hpp"#include "utils_public.hpp"#include "utils_array.hpp"#include "utils_json.hpp"#include <filesystem>#include <stdexcept>#include <string>#include <cstdint>#include <array>#include <vector>

Go to the source code of this file.
Namespaces | |
| namespace | takane |
| takane validation functions. | |
| namespace | takane::compressed_sparse_matrix |
| Definitions for compressed sparse matrices. | |
Functions | |
| void | takane::compressed_sparse_matrix::validate (const std::filesystem::path &path, const ObjectMetadata &metadata, Options &options) |
| size_t | takane::compressed_sparse_matrix::height (const std::filesystem::path &path, const ObjectMetadata &metadata, Options &options) |
| std::vector< size_t > | takane::compressed_sparse_matrix::dimensions (const std::filesystem::path &path, const ObjectMetadata &metadata, Options &options) |
Validation for compressed sparse matrices.