xgboost
Classes | Namespaces
linalg.h File Reference

Linear algebra related utilities. More...

#include <xgboost/span.h>
#include <xgboost/host_device_vector.h>
#include <xgboost/generic_parameters.h>
#include <array>
#include <algorithm>
#include <utility>
#include <vector>
Include dependency graph for linalg.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  xgboost::MatrixView< T >
 A view over a matrix on contiguous storage. More...
 
class  xgboost::VectorView< T >
 A slice for 1 column of MatrixView. Can be extended to row if needed. More...
 

Namespaces

 xgboost
 namespace of xgboost
 

Detailed Description

Linear algebra related utilities.

Copyright 2021 by Contributors