Skip to content
Linear Operator Learning
Star on GitHub 0
⌘ K
Linear Operator Learning
Logo

Getting Started

  • Quickstart
  • Developer guide

Examples

  • Independence Testing

API Reference

  • Kernel Methods
    • kernel
  • Neural Networks
    • nn
    • nn.functional
    • nn.stats
    • nn.linalg
Linear Operator Learning
/
Kernel Methods

Kernel Methods

Algorithms and utilities to learn linear operators via kernel methods.

  • kernel
    • Table of Contents
    • Regressors
      • Common
        • predict()
        • eig()
        • evaluate_eigenfunction()
      • Reduced Rank
        • reduced_rank()
        • nystroem_reduced_rank()
        • rand_reduced_rank()
      • Principal Component Regression
        • pcr()
        • nystroem_pcr()
    • Types
      • FitResult
      • EigResult
    • Linear Algebra Utilities
      • weighted_norm()
      • stable_topk()
      • add_diagonal_()
    • General Utilities
      • topk()
      • sanitize_complex_conjugates()

© 2025, Linear Operator Learning Team Built with Sphinx 7.3.7