introduction for utils package

This commit is contained in:
bobturneruk 2020-05-12 13:57:15 +01:00
parent 159ca2eba6
commit 3684e64ac2

View file

@ -1,6 +1,12 @@
# Copyright (c) 2012, GPy authors (see AUTHORS.txt).
# Licensed under the BSD 3-clause license (see LICENSE.txt)
"""
Introduction
^^^^^^^^^^^^
A variety of utility functions including matrix operations and quick access to test datasets.
"""
from . import linalg
from . import misc