takane
Validators for ArtifactDB file formats
Loading...
Searching...
No Matches
compressed_sparse_matrix.hpp File Reference

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>
Include dependency graph for compressed_sparse_matrix.hpp:
This graph shows which files directly or indirectly include this file:

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)
 

Detailed Description

Validation for compressed sparse matrices.